IClass1DataSource..::..From<(Of <(<'TObject>)>)> Method (String)
This is used to directly query a table or view.
Namespace:
Tortuga.ChainAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
[SuppressMessageAttribute] ITableDbCommandBuilder<TObject> From<TObject>( string whereClause )
<SuppressMessageAttribute> _ Function From(Of TObject) ( _ whereClause As String _ ) As ITableDbCommandBuilder(Of TObject)
[SuppressMessageAttribute] generic<typename TObject> ITableDbCommandBuilder<TObject>^ From( String^ whereClause )
Type Parameters
- TObject
- The type of the object.
Parameters
- whereClause
- Type: String
The where clause. Do not prefix this clause with "WHERE".