DBDriverBaseConvertSchemaElementToFullNameForSqlQuery Method |
Converts the specified element to a full name to be used in a sql query. E.g. [catalog].[schema].[tablename] for sql server. It uses the WrapIdentifier method to
create fragments for catalog/schema/table name (or view name). Override this method if the database doesn't support catalogs or schemas.
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 ConvertSchemaElementToFullNameForSqlQuery(
IProjectElementMapTargetElement sourceElement
)
Protected Overridable Function ConvertSchemaElementToFullNameForSqlQuery (
sourceElement As IProjectElementMapTargetElement
) As String
Parameters
- sourceElement
- Type: SD.LLBLGen.Pro.DBDriverCoreIProjectElementMapTargetElement
Return Value
Type:
StringSee Also