| 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.DBDriverCoreAssembly: SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxprotected virtual string ProduceFullNameForCommandExecution(
	DBSchemaElement element
)
Protected Overridable Function ProduceFullNameForCommandExecution ( 
	element As DBSchemaElement
) As String
Parameters
- element
 - Type: SD.LLBLGen.Pro.DBDriverCoreDBSchemaElement
The element. 
Return Value
Type: 
Stringthe name to use in a query to target the element specified.
RemarksBy default it returns DBSchemaElement.FullName
See Also