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

SqlServerMetadataCache..::..PreloadScalarFunctions Method

Preloads the scalar functions.

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

Syntax


public void PreloadScalarFunctions(
	Nullable<string> schemaName
)
Public Sub PreloadScalarFunctions ( _
	schemaName As Nullable(Of String) _
)
public:
void PreloadScalarFunctions(
	Nullable<String^> schemaName
)

Parameters

schemaName
Type: Nullable<(Of <(<'String>)>)>
If not null, only the indicated schema will be loaded.