Click or drag to resize
DatabaseDriverConfigurationNameLengthLimit Property
Gets the name length limit for this database. If 0 or smaller, no limit is enforced, otherwise the limit specified here is the limit used to generate names for elements in the relational model data in the designer.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Configuration
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public int NameLengthLimit { get; set; }

Property Value

Type: Int32
See Also