In This Topic
The following tables list the members exposed by DataSet.
Public Constructors
Public Properties
| Name | Description |
| Fields | Gets the collection of DataSetField objects describing fields of the current data set. If this collection is empty, all fields fetched by the query will be accessible on the data set. |
| Filters | Gets the collection of Expression objects applied to the fetched records to filter them for the current data set. |
| MaxRecords | Gets or sets the maximum number of records that will be fetched from the data set. The default is -1, which includes all records. |
| Name | Gets or sets the name of the current DataSet. That name can be used in aggregate functions to indicate which data set the aggregate refers to. |
| Owner | Gets the DataSetCollection containing the current data set. |
| Query | Gets the Query object for the current data set. |
| RowFilter | Gets or sets the expression used to filter which data rows are included in the current data set. This property is be assigned to the RowFilter property of the underlying DataTable object. |
Top
Public Methods
| Name | Description |
| AssignFrom | Assigns (copies) properties from another DataSet to the current object. |
Top
See Also