RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

DataProcessResult..::..DataSet Property

Gets the data set.

Namespace:  RingSoft.DbLookup.DataProcessor
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public DataSet DataSet { get; set; }
Public Property DataSet As DataSet
	Get
	Set
public:
property DataSet^ DataSet {
	DataSet^ get ();
	void set (DataSet^ value);
}

Field Value

The data set. This will be null if ResultCode is not Success.