Creates new instance of the XmlSchemaCollection class.

Namespace:  PerpetuumSoft.DataModel.MsSql
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
public XmlSchemaCollection(
	string name,
	Schema schema,
	string text
)
Visual Basic (Declaration)
Public Sub New ( _
	name As String, _
	schema As Schema, _
	text As String _
)
Visual C++
public:
XmlSchemaCollection(
	String^ name, 
	Schema^ schema, 
	String^ text
)

Parameters

name
Type: System..::.String
schema
Type: PerpetuumSoft.DataModel.MsSql..::.Schema
text
Type: System..::.String

See Also