Click or drag to resize

FunctionMappingExpressionIExpressionDatabaseSpecificCreator Property

Gets or sets the database specific creator.

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
IDbSpecificCreator IExpression.DatabaseSpecificCreator { get; set; }

Property Value

Type: IDbSpecificCreator
The database specific creator.

Implements

IExpressionDatabaseSpecificCreator
See Also