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

TableDefinition<(Of <(<'TEntity>)>)>..::..IsTempTable Method

Determines whether [is temporary table] [the specified value].

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

Syntax


public TableDefinition<TEntity> IsTempTable(
	bool value
)
Public Function IsTempTable ( _
	value As Boolean _
) As TableDefinition(Of TEntity)
public:
TableDefinition<TEntity>^ IsTempTable(
	bool^ value
)

Parameters

value
Type: Boolean
if set to true [value].

Return Value

TableDefinition<TEntity>.