IViewTableMethodsApplyRules Method

Applies validation rules for a specific field or to all fields if is passed to the fieldName parameter.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
void ApplyRules(
	string fieldName
)

Parameters

fieldName  String
Field name to set.

See Also