Creates new instance of the XmlIndex class.

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

Syntax

C#
public XmlIndex(
	string name,
	Table table
)
Visual Basic (Declaration)
Public Sub New ( _
	name As String, _
	table As Table _
)
Visual C++
public:
XmlIndex(
	String^ name, 
	Table^ table
)

Parameters

name
Type: System..::.String
table
Type: PerpetuumSoft.DataModel.MsSql..::.Table

See Also