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

SqlServerMetadataCache..::..PreloadTableFunctions Method

Preloads the table value functions.

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

Syntax


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

Parameters

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