NFilterDataTable Class Members
In This Topic
The following tables list the members exposed by NFilterDataTable.
Public Constructors
Public Properties
| Name | Description |
| CanAddRow | Overridden. Determines whether the data table supports the AddRow operation |
| CanInsertRow | Overridden. Determines whether the data table supports the InsertRow operation |
| CanRemoveRow | Overridden. Determines whether the data table supports the RemoveRow operation |
| FieldCount | Overridden. Gets the count of fields in the data source |
| RowCount | Overridden. |
Top
Public Methods
| Name | Description |
| GetFieldIndex | Overridden. Gets the field index of the field with the specified name |
| GetFieldInfo | Overloaded. Overridden. Gets the type of the field at the specified index |
| GetValue | Overloaded. Overridden. Gets the value for a given [row:field] |
Top
See Also