DataSet Property (DataSetTemplate)
In This Topic
Gets or sets the information about the dataset.
Syntax
'Declaration
Public Property DataSet As DataSet
public DataSet DataSet {get; set;}
Property Value
An instance of
DataSet containing the dataset information.
See Also