ISupportsTableFunction..::..TableFunction Method (String, Object)
Selects from the indicated table-value function.
Namespace:
Tortuga.Chain.DataSourcesAssembly: 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.