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

ListWindowViewModel..::..OutputTable Property

Gets the output table.

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

Syntax


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

Field Value

The output table.