IClass1DataSource..::..From Method (String)
This is used to directly query a table or view.
Namespace:
Tortuga.ChainAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
ITableDbCommandBuilder From( string tableOrViewName )
Function From ( _ tableOrViewName As String _ ) As ITableDbCommandBuilder
ITableDbCommandBuilder^ From( String^ tableOrViewName )
Parameters
- tableOrViewName
- Type: String
Name of the table or view.
Exceptions
Exception | Condition |
---|---|
ArgumentException | tableName is empty.;tableName or Table or view named + tableName + could not be found. Check to see if the user has permissions to execute this procedure. |