ISupportsFrom..::..From Method (String, Object, FilterOptions)
This is used to directly query a table or view.
Namespace:
Tortuga.Chain.DataSourcesAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
ITableDbCommandBuilder From( string tableOrViewName, Object filterValue, FilterOptions filterOptions )
Function From ( _ tableOrViewName As String, _ filterValue As Object, _ filterOptions As FilterOptions _ ) As ITableDbCommandBuilder
ITableDbCommandBuilder^ From( String^ tableOrViewName, Object^ filterValue, FilterOptions^ filterOptions )
Parameters
- tableOrViewName
- Type: String
Name of the table or view.
- filterValue
- Type: Object
The filter value is used to generate a simple AND style WHERE clause.
- filterOptions
- Type: Tortuga.Chain..::..FilterOptions
The filter options.