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

ISupportsTableFunction..::..TableFunction Method (String, Object)

Selects from the indicated table-value function.

Namespace:  Tortuga.Chain.DataSources
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


ITableDbCommandBuilder TableFunction(
	string functionName,
	Object functionArgumentValue
)
Function TableFunction ( _
	functionName As String, _
	functionArgumentValue As Object _
) As ITableDbCommandBuilder
ITableDbCommandBuilder^ TableFunction(
	String^ functionName, 
	Object^ functionArgumentValue
)

Parameters

functionName
Type: String
Name of the function.
functionArgumentValue
Type: Object
The function argument value.

Return Value