| DbFunctionCallIExpressionDatabaseSpecificCreator 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.1.0.0 (5.1.0)
SyntaxIDbSpecificCreator IExpression.DatabaseSpecificCreator { get; set; }Private Property DatabaseSpecificCreator As IDbSpecificCreator
	Implements IExpression.DatabaseSpecificCreator
	Get
	Set
Property Value
Type: 
IDbSpecificCreatorImplements
IExpressionDatabaseSpecificCreator
See Also