Initializes a new instance of the SpatialIndexSql10 class

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

Syntax

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

Parameters

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

See Also