Click or drag to resize

DBDriverBaseCreateTVFCallStatementForSql Method

Creates a TVF call statement to be used in a sql statement. Parameters are hard-coded with their names, and not values.

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 CreateTVFCallStatementForSql(
	DBTableValuedFunction sourceElement
)

Parameters

sourceElement
Type: SD.LLBLGen.Pro.DBDriverCoreDBTableValuedFunction

Return Value

Type: String
See Also