Name | Description | |
---|---|---|
CanAddField | Determines whether the data source supports the AddField operation | |
CanAddRow | Determines whether the data source supports the AddRow operation | |
CanInsertField | Determines whether the data source supports the InsertField operation | |
CanInsertRow | Determines whether the data source supports the InsertRow operation | |
CanRemoveField | Determines whether the data source supports the RemoveField operation | |
CanRemoveRow | Determines whether the data source supports the RemoveRow operation | |
CanRenameField | Determines whether the data source supports the RenameField operation | |
DataTable | Gets the data provider associated with this data source. | |
FieldCount | Gets the count of fields in the data source | |
Item | Overloaded. Gets or sets the value for the specified row field. | |
Name | Gets or sets the data source name. The data source name is internally bound to the name of the underlying data provider. | |
RowCount | Gets the count of rows in the data source |