{CompanyName} FlexyGo

MasterTable..::..GetData Method (String)

Gets the data filtered bya a where sentence.

Namespace:  FLEXYGO.Environment
Assembly:  flxEnvironment (in flxEnvironment.dll)

Syntax


public List<BaseCollection> GetData(
	string Where
)
Public Function GetData ( _
	Where As String _
) As List(Of BaseCollection)

Parameters

Where
Type: String
The where sentence.

Return Value

BaseCollection.

Exceptions


ExceptionCondition
Exception