Click or drag to resize
DBDriverBaseProduceFullNameForCommandExecution Method
Produces the full name for command execution. The name returned is immediately usable as a name to target the element, e.g. a stored procedure.

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 ProduceFullNameForCommandExecution(
	DBSchemaElement element
)

Parameters

element
Type: SD.LLBLGen.Pro.DBDriverCoreDBSchemaElement
The element.

Return Value

Type: String
the name to use in a query to target the element specified.
Remarks
By default it returns DBSchemaElement.FullName
See Also