Click or drag to resize
DbSpecificCreatorBase Constructor (Boolean)
Creates a new DbSpecificCreatorBase instance.

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
protected DbSpecificCreatorBase(
	bool useRestrictedLengthOnAliasesOfFields
)

Parameters

useRestrictedLengthOnAliasesOfFields
Type: SystemBoolean
if set to true [use restricted length on aliases of fields].
See Also