Initializes a new instance of the IndexFilter class

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

Syntax

C#
public IndexFilter(
	string filterDefinition
)
Visual Basic (Declaration)
Public Sub New ( _
	filterDefinition As String _
)
Visual C++
public:
IndexFilter(
	String^ filterDefinition
)

Parameters

filterDefinition
Type: System..::.String

See Also