DBDriverBaseConvertElementNameToString Method |
Creates a string representation of the element specified for SQL query purposes.
Namespace:
SD.LLBLGen.Pro.DBDriverCore
Assembly:
SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.10.0.0 (5.10.0)
Syntax protected virtual string ConvertElementNameToString(
IProjectElementMapTargetElement sourceElement
)
Protected Overridable Function ConvertElementNameToString (
sourceElement As IProjectElementMapTargetElement
) As String
Parameters
- sourceElement
- Type: SD.LLBLGen.Pro.DBDriverCoreIProjectElementMapTargetElement
Return Value
Type:
StringSee Also