Click or drag to resize

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.8.0.0 (5.8.21.0208)
Syntax
protected virtual string ConvertElementNameToString(
	IProjectElementMapTargetElement sourceElement
)

Parameters

sourceElement
Type: SD.LLBLGen.Pro.DBDriverCoreIProjectElementMapTargetElement

Return Value

Type: String
See Also