Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

ISupportsFrom..::..From Method (String)

This is used to directly query a table or view.

Namespace:  Tortuga.Chain.DataSources
Assembly:  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


ExceptionCondition
[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.