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

QueryBase..::..DataTableName Property

Gets the name of the DataTable in the resulting DataSet.

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

Syntax


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

Field Value

The name of the DataTable in the resulting DataSet.