NDataColumn Class Members
In This Topic
The following tables list the members exposed by NDataColumn.
Public Constructors
Public Fields
Public Properties
| Name | Description |
| FieldIndex | Gets the index of the field in the data source to which this column is bound to. |
| FieldName | Gets the field name of of the data source which this column represents. |
| FieldNullable | Gets whether the field to which the column is bound to is nullable. |
| FieldType | Gets the type of the field in the data source to which this column is bound to. |
Top
Public Methods
| Name | Description |
| Bind | Overloaded. Binds the column the data source columne with the specified name. This method also set the column Format and Editor to be the defaults for the field type. |
| GetRowValue | Overridden. Gets the column value for the specified data row. This implementation returns the field value for the specified row. |
| GetRowValuesNullable | Overridden. Gets whether the row values associated with this column can be null. This implementation returns the Nullable status of the data source field represented by this column. |
| GetRowValuesType | Overridden. Gets the data type associated with the row values for this column. This implementation returns the FieldType of the data source field represented by this column. |
| SetRowValue | Overridden. Sets the column value for the specified data row. This implementation sets a field value for the specified row. |
Top
See Also