ScalarQueryExpressionIExpressionDatabaseSpecificCreator Property |
Object which will be used to create valid parameter objects, field names, including prefix/postfix characters,
and conversion routines, and field names, including prefix/postfix characters.
Uses the strategy pattern so the generic code can work with more than one target database.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax IDbSpecificCreator IExpression.DatabaseSpecificCreator { get; set; }
Private Property DatabaseSpecificCreator As IDbSpecificCreator
Implements IExpression.DatabaseSpecificCreator
Get
Set
Property Value
Type:
IDbSpecificCreatorImplements
IExpressionDatabaseSpecificCreatorSee Also