Click or drag to resize
DerivedTableDefinitionDatabaseSpecificCreator 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.3.0.0 (5.3.0)
Syntax
public IDbSpecificCreator DatabaseSpecificCreator { get; set; }

Property Value

Type: IDbSpecificCreator

Implements

IDerivedTableDefinitionDatabaseSpecificCreator
See Also