ISupportsFrom..::..From<(Of <(<'TObject>)>)> Method (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>( Object filterValue )
<SuppressMessageAttribute> _ Function From(Of TObject) ( _ filterValue As Object _ ) As ITableDbCommandBuilder(Of TObject)
[SuppressMessageAttribute] generic<typename TObject> ITableDbCommandBuilder<TObject>^ From( Object^ filterValue )
Type Parameters
- TObject
- The type of the object.
Parameters
- filterValue
- Type: Object
The filter value is used to generate a simple AND style WHERE clause.