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

TableDefinitionBase..::..TempTable Property

Gets a value indicating whether [temporary table].

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

Syntax


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

Field Value

true if [temporary table]; otherwise, false.