FieldListTFieldSetValidatorsForField Method  | 
 
            Sets the validators for field.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.EntityModel
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntaxprotected override void SetValidatorsForField(
	TField field
)
Protected Overrides Sub SetValidatorsForField ( 
	field As TField
)
Parameters
- field
 - Type: TField
The field. 
See Also