IDwColumn interface
.NET Standard 2.x
Represents the specifications for a column.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Implements
Syntax
public interface IDwColumn : IDwReadOnlyColumn
Property
| Name | Return Type | Description |
|---|---|---|
| ClrType | System.Type | Gets the CLR datatype of a column. (Inherited from IDwReadOnlyColumn) |
| ColumnName | System.String | (Inherited from IDwReadOnlyColumn) |
| DbName | System.String | (Inherited from IDwReadOnlyColumn) |
| ID | System.Int16 | (Inherited from IDwReadOnlyColumn) |
| Identity | System.Boolean | (Inherited from IDwReadOnlyColumn) |
| Initial | System.Object | (Inherited from IDwReadOnlyColumn) |
| Key | System.Boolean | (Inherited from IDwReadOnlyColumn) |
| Length | System.Int32 | (Inherited from IDwReadOnlyColumn) |
| Name | System.String | (Inherited from IDwReadOnlyColumn) |
| TableName | System.String | (Inherited from IDwReadOnlyColumn) |
| Type | System.String | (Inherited from IDwReadOnlyColumn) |
| Update | System.Boolean | (Inherited from IDwReadOnlyColumn) |
| UpdateWhereClause | System.Boolean | (Inherited from IDwReadOnlyColumn) |
| Validation | IExpressionable<String> | Gets or sets the validation expression for the specified column. |
| ValidationMsg | IExpressionable<String> | Gets or sets the message that displays when validation fails. |
| Values | IDictionary<String, String> | Gets or sets an IDictionary<string, string> object which contains the value list of this column. |