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

SqlServerMetadataCache..::..GetScalarFunctions Method

Gets the scalar functions that were loaded by this cache.

Namespace:  Tortuga.Chain.SqlServer
Assembly:  Tortuga.Chain.SqlServer.MDS (in Tortuga.Chain.SqlServer.MDS.dll)

Syntax


public IReadOnlyCollection<ScalarFunctionMetadata<SqlServerObjectName, AbstractDbType>> GetScalarFunctions()
Public Function GetScalarFunctions As IReadOnlyCollection(Of ScalarFunctionMetadata(Of SqlServerObjectName, AbstractDbType))
public:
IReadOnlyCollection<ScalarFunctionMetadata<SqlServerObjectName^, AbstractDbType^>^>^ GetScalarFunctions()

Return Value

Remarks


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