C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.DataBinding Namespace / DataSet Class
Properties Methods


DataSet Class Members

The following tables list the members exposed by DataSet.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyGets 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.  
Public PropertyGets the collection of Expression objects applied to the fetched records to filter them for the current data set.  
Public PropertyGets or sets the maximum number of records that will be fetched from the data set. The default is -1, which includes all records.  
Public PropertyGets 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.  
Public PropertyGets the DataSetCollection containing the current data set.  
Public PropertyGets the Query object for the current data set.  
Public PropertyGets 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
 NameDescription
Public MethodAssigns (copies) properties from another DataSet to the current object.  
Top
See Also