SqlServerMetadataCache Methods
The SqlServerMetadataCache type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetAggregateFunction |
Gets an aggregate function.
|
|
|
GetForeignKeysForTable(SqlServerObjectName) |
Gets the foreign keys for a table.
|
|
|
GetForeignKeysForTable(TObjectName) |
Gets the foreign keys for a table.
(Inherited from DatabaseMetadataCache<(Of <(<'TObjectName, TDbType>)>)>.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetIndexesForTable(SqlServerObjectName) |
Gets the indexes for a table.
|
|
|
GetIndexesForTable(TObjectName) |
Gets the indexes for a table.
(Inherited from DatabaseMetadataCache<(Of <(<'TObjectName, TDbType>)>)>.) |
|
|
GetScalarFunction |
Gets the metadata for a scalar function.
(Inherited from DatabaseMetadataCache<(Of <(<'TObjectName, TDbType>)>)>.) |
|
|
GetStoredProcedure |
Gets the stored procedure's metadata.
(Inherited from DatabaseMetadataCache<(Of <(<'TObjectName, TDbType>)>)>.) |
|
|
GetTableFunction |
Gets the metadata for a table function.
(Inherited from DatabaseMetadataCache<(Of <(<'TObjectName, TDbType>)>)>.) |
|
|
GetTableOrView(SqlServerObjectName) |
Gets the detailed metadata for a table or view.
|
|
|
GetTableOrView(TObjectName) |
Gets the metadata for a table.
(Inherited from DatabaseMetadataCache<(Of <(<'TObjectName, TDbType>)>)>.) |
|
|
GetTableOrViewFromClass(Type, OperationType) | (Inherited from DatabaseMetadataCache<(Of <(<'TObjectName, TDbType>)>)>.) |
|
|
GetTableOrViewFromClass``1(OperationType) | (Inherited from DatabaseMetadataCache<(Of <(<'TObjectName, TDbType>)>)>.) |
|
|
GetType | (Inherited from Object.) |
|
|
GetUserDefinedTableType |
Gets the metadata for a user defined type.
(Inherited from DatabaseMetadataCache<(Of <(<'TObjectName, TDbType>)>)>.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
ParseObjectName |
Parse a string and return the database specific representation of the database object's name.
(Inherited from DatabaseMetadataCache<(Of <(<'TObjectName, TDbType>)>)>.) |
|
|
PreloadScalarFunctions |
Preloads the scalar functions.
|
|
|
PreloadStoredProcedures |
Preloads the stored procedures.
|
|
|
PreloadTableFunctions |
Preloads the table value functions.
|
|
|
PreloadTables |
Preloads metadata for all tables.
|
|
|
PreloadUserDefinedTableTypes |
Preloads the user defined types.
|
|
|
PreloadViews |
Preloads metadata for all views.
|
|
|
QuoteColumnName |
Quotes the name of the column.
|
|
|
RegisterType | (Inherited from DatabaseMetadataCache<(Of <(<'TObjectName, TDbType>)>)>.) |
|
|
ToClrType(String, Boolean, Nullable<(Of <<'(Int32>)>>), Nullable<(Of <<'(Boolean>)>>)) |
Returns the CLR type that matches the indicated database column type.
(Inherited from DatabaseMetadataCache<(Of <(<'TObjectName, TDbType>)>)>.) |
|
|
ToClrType(UTP, Boolean, Nullable<(Of <<'(Int32>)>>)) | (Inherited from DatabaseMetadataCache<(Of <(<'TObjectName, TDbType>)>)>.) |
|
|
ToString | (Inherited from Object.) |
|
|
TryGetRegisteredType | (Inherited from DatabaseMetadataCache<(Of <(<'TObjectName, TDbType>)>)>.) |
|
|
TryGetScalarFunction(String, ScalarFunctionMetadata%) | (Inherited from DatabaseMetadataCache<(Of <(<'TObjectName, TDbType>)>)>.) |
|
|
TryGetScalarFunction(UTP, ScalarFunctionMetadata%) | (Inherited from DatabaseMetadataCache<(Of <(<'TObjectName, TDbType>)>)>.) |
|
|
TryGetStoredProcedure(String, StoredProcedureMetadata%) | (Inherited from DatabaseMetadataCache<(Of <(<'TObjectName, TDbType>)>)>.) |
|
|
TryGetStoredProcedure(UTP, StoredProcedureMetadata%) | (Inherited from DatabaseMetadataCache<(Of <(<'TObjectName, TDbType>)>)>.) |
|
|
TryGetTableFunction(String, TableFunctionMetadata%) | (Inherited from DatabaseMetadataCache<(Of <(<'TObjectName, TDbType>)>)>.) |
|
|
TryGetTableFunction(UTP, TableFunctionMetadata%) | (Inherited from DatabaseMetadataCache<(Of <(<'TObjectName, TDbType>)>)>.) |
|
|
TryGetTableOrView | (Inherited from DatabaseMetadataCache<(Of <(<'TObjectName, TDbType>)>)>.) |
|
|
TryGetUserDefinedTableType(String, UserDefinedTableTypeMetadata%) | (Inherited from DatabaseMetadataCache<(Of <(<'TObjectName, TDbType>)>)>.) |
|
|
TryGetUserDefinedTableType(UTP, UserDefinedTableTypeMetadata%) | (Inherited from DatabaseMetadataCache<(Of <(<'TObjectName, TDbType>)>)>.) |
|
|
UnregisterType |
Removes a database type registration and its CLR equivalent. If a builtin type, this restores it to its default behavior.
(Inherited from DatabaseMetadataCache<(Of <(<'TObjectName, TDbType>)>)>.) |
|
|
ValueToSqlValue(Object, Nullable<(Of <<'(SqlDbType>)>>)) |
Converts a value to a string suitable for use in a SQL statement.
|
|
|
ValueToSqlValue(Object, Nullable<(Of <<'(TDbType>)>>)) |
Converts a value to a string suitable for use in a SQL statement.
(Inherited from DatabaseMetadataCache<(Of <(<'TObjectName, TDbType>)>)>.) |

