Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

TableOrViewMetadata..::..IsTable Property

Gets a value indicating whether this instance is table or a view.

Namespace:  Tortuga.Chain.Metadata
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public bool IsTable { get; }
Public ReadOnly Property IsTable As Boolean
	Get
public:
property bool^ IsTable {
	bool^ get ();
}

Field Value

true if this instance is a table; otherwise, false.