ISupportsFrom..::..From<(Of <(<'TObject>)>)> Method (String, Object)
This is used to directly query a table or view.
Namespace:
Tortuga.Chain.DataSourcesAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
[SuppressMessageAttribute] ITableDbCommandBuilder<TObject> From<TObject>( string whereClause, Object argumentValue )
<SuppressMessageAttribute> _ Function From(Of TObject) ( _ whereClause As String, _ argumentValue As Object _ ) As ITableDbCommandBuilder(Of TObject)
[SuppressMessageAttribute] generic<typename TObject> ITableDbCommandBuilder<TObject>^ From( String^ whereClause, Object^ argumentValue )
Type Parameters
- TObject
- The type of the object.
Parameters
- whereClause
- Type: String
The where clause. Do not prefix this clause with "WHERE".
- argumentValue
- Type: Object
Optional argument value. Every property in the argument value must have a matching parameter in the WHERE clause