Click or drag to resize
DBSchemaRetrieverGetTableValuedFunctionCallPattern Method
Gets the table valued function call pattern. This pattern is used for creating the call to the Table valued function. The pattern has to have two placeholders, {0} for the function name and {1} for the parameters location.

Namespace:  SD.LLBLGen.Pro.DBDriverCore
Assembly:  SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected virtual string GetTableValuedFunctionCallPattern()

Return Value

Type: String
by default it returns "SELECT * FROM {0}({1})"
See Also