MasterTable..::..GetData Method (String)
Gets the data filtered bya a where sentence.
Namespace:
FLEXYGO.EnvironmentAssembly: 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.