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

IDatabaseMetadataCache..::..GetUserDefinedTableTypes Method

Gets the user defined table types that were loaded by this cache.

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

Syntax


[SuppressMessageAttribute]
IReadOnlyCollection<UserDefinedTableTypeMetadata> GetUserDefinedTableTypes()
<SuppressMessageAttribute> _
Function GetUserDefinedTableTypes As IReadOnlyCollection(Of UserDefinedTableTypeMetadata)
[SuppressMessageAttribute]
IReadOnlyCollection<UserDefinedTableTypeMetadata^>^ GetUserDefinedTableTypes()

Return Value

Remarks


Call Preload before invoking this method to ensure that all table-valued functions were loaded from the database's schema. Otherwise only the objects that were actually used thus far will be returned.