FunctionMappingExpressionIExpressionDatabaseSpecificCreator Property |
Gets or sets the database specific creator.
Namespace: SD.LLBLGen.Pro.QuerySpecAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax IDbSpecificCreator IExpression.DatabaseSpecificCreator { get; set; }
Private Property DatabaseSpecificCreator As IDbSpecificCreator
Implements IExpression.DatabaseSpecificCreator
Get
Set
Property Value
Type:
IDbSpecificCreatorThe database specific creator.
Implements
IExpressionDatabaseSpecificCreatorSee Also