WindowSpecificationDatabaseSpecificCreator 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.9.0.0 (5.9.0)
Syntaxpublic IDbSpecificCreator DatabaseSpecificCreator { get; set; }Public Property DatabaseSpecificCreator As IDbSpecificCreator
	Get
	Set
Property Value
Type: 
IDbSpecificCreator
See Also