Click or drag to resize
EntityModelNameValidatorEnableEntityModelNameValidation Field
Gets or sets a value indicating whether name validation is enabled in the entity model and related model elements. Used by refreshers so names can be set without running into validation errors which are corrected afterwards. Default is true.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel.Validation
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static bool EnableEntityModelNameValidation

Field Value

Type: Boolean
See Also