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

IndexMetadata<(Of <(<'TObjectName, TDbType>)>)>..::..TableName Property

Gets the name of the table (or view) the index applies to.

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

Syntax


public TObjectName TableName { get; }
Public ReadOnly Property TableName As TObjectName
	Get
public:
property TObjectName TableName {
	TObjectName get ();
}

Field Value

The name of the table.