IRelationCollectionDatabaseSpecificCreator 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)
Syntax IDbSpecificCreator DatabaseSpecificCreator { get; set; }
Property DatabaseSpecificCreator As IDbSpecificCreator
Get
Set
Property Value
Type:
IDbSpecificCreatorSee Also