IDwColumn.Validation Property
.NET Standard 2.x
Gets or sets the validation expression for the specified column. Validation expressions are expressions that evaluate to true or false.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Syntax
new IExpressionable<string> Validation { get; set; }
Property Value
The validation expression for the specified column.
Applies to
.NET Standard
2.x