Click or drag to resize

DBSchemaRetriever.GetTableValuedFunctionCallPattern 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.8.0.0 (5.8.21.0208)
Syntax
protected virtual string GetTableValuedFunctionCallPattern()

Return Value

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