IDwEdit.CodeTable Property
.NET Standard 2.x
Gets or sets a bool
value which indicates whether the column has a code table.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Syntax
new bool CodeTable { get; set; }
Property Value
System.Boolean
A bool
value which indicates whether the column has a code table.
Values are:
Yes -- Code table defined.
No -- No code table defined.
Applies to
.NET Standard
2.x