Name | Description | |
---|---|---|
![]() | CanAddField | Determines whether the data table supports the AddField operation |
![]() | CanAddRow | Determines whether the data table supports the AddRow operation |
![]() | CanInsertField | Determines whether the data table supports the InsertField operation |
![]() | CanInsertRow | Determines whether the data table supports the InsertRow operation |
![]() | CanRemoveField | Determines whether the data table supports the RemoveField operation |
![]() | CanRemoveRow | Determines whether the data table supports the RemoveRow operation |
![]() | CanRenameField | Determines whether the data table supports the RenameField operation |
![]() | FieldCount | Gets the count of fields in the data table |
![]() | Item | Overloaded. Gets or sets the value for the specified row field. |
![]() | Name | Gets/Sets the name of the data table. |
![]() | RowCount | Gets the count of rows in the data table |