ISupportsFrom..::..From<(Of <(<'TObject>)>)> Method (String)
This is used to directly query a table or view.
Namespace:
Tortuga.Chain.DataSourcesAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
ITableDbCommandBuilder<TObject> From<TObject>( string whereClause )
Function From(Of TObject) ( _ whereClause As String _ ) As ITableDbCommandBuilder(Of TObject)
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".