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.9.0.0 (5.9.0)
Syntax public int NameLengthLimit { get; set; }
Public Property NameLengthLimit As Integer
Get
Set
Property Value
Type:
Int32See Also