DatabaseMetadataCache<(Of <(<'TObjectName, TDbType>)>)> Methods
The DatabaseMetadataCache<(Of <(<'TObjectName, TDbType>)>)> type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetAggregateFunction |
Gets an aggregate function.
|
|
|
GetForeignKeysForTable |
Gets the foreign keys for a table.
|
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetIndexesForTable |
Gets the indexes for a table.
|
|
|
GetScalarFunction |
Gets the metadata for a scalar function.
|
|
|
GetScalarFunctions |
Gets the scalar functions that were loaded by this cache.
|
|
|
GetStoredProcedure |
Gets the stored procedure's metadata.
|
|
|
GetStoredProcedures |
Gets the stored procedures that were loaded by this cache.
|
|
|
GetTableFunction |
Gets the metadata for a table function.
|
|
|
GetTableFunctions |
Gets the table-valued functions that were loaded by this cache.
|
|
|
GetTableOrView |
Gets the metadata for a table.
|
|
|
GetTableOrViewFromClass(Type, OperationType) |
Returns the table or view derived from the class's name and/or Table attribute.
|
|
|
GetTableOrViewFromClass<(Of <<'(TObject>)>>)(OperationType) |
Returns the table or view derived from the class's name and/or Table attribute.
|
|
|
GetTablesAndViews |
DatabaseObject
Gets the tables and views that were loaded by this cache.
|
|
|
GetType | (Inherited from Object.) |
|
|
GetUserDefinedTableType |
Gets the metadata for a user defined type.
|
|
|
GetUserDefinedTableTypes |
Gets the table-valued functions that were loaded by this cache.
|
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
ParseObjectName(String) |
Parse a string and return the database specific representation of the database object's name.
|
|
|
Preload |
Preloads all of the metadata for this data source.
|
|
|
QuoteColumnName |
Quotes the name of the column.
|
|
|
RegisterType |
Registers a database type and its CLR equivalent.
|
|
|
Reset |
Resets the metadata cache, clearing out all cached metadata.
|
|
|
ToClrType(String, Boolean, Nullable<(Of <<'(Int32>)>>), Nullable<(Of <<'(Boolean>)>>)) |
Returns the CLR type that matches the indicated database column type.
|
|
|
ToString | (Inherited from Object.) |
|
|
TryGetScalarFunction(String, Nullable<(Of <<'(ScalarFunctionMetadata>)>>)%) |
Tries to get the metadata for a scalar function.
|
|
|
TryGetScalarFunction(TObjectName, Nullable<(Of <<'(ScalarFunctionMetadata>)>>)%) |
Tries to get the metadata for a scalar function.
|
|
|
TryGetStoredProcedure(String, Nullable<(Of <<'(StoredProcedureMetadata>)>>)%) |
Tries to get the stored procedure's metadata.
|
|
|
TryGetStoredProcedure(TObjectName, Nullable<(Of <<'(StoredProcedureMetadata>)>>)%) |
Tries to get the stored procedure's metadata.
|
|
|
TryGetTableFunction(String, Nullable<(Of <<'(TableFunctionMetadata>)>>)%) |
Tries to get the metadata for a table function.
|
|
|
TryGetTableFunction(TObjectName, Nullable<(Of <<'(TableFunctionMetadata>)>>)%) |
Tries to get the metadata for a table function.
|
|
|
TryGetTableOrView |
Tries to get the metadata for a table or view.
|
|
|
TryGetUserDefinedTableType(String, Nullable<(Of <<'(UserDefinedTableTypeMetadata>)>>)%) |
Try to get the metadata for a user defined type.
|
|
|
TryGetUserDefinedTableType(TObjectName, Nullable<(Of <<'(UserDefinedTableTypeMetadata>)>>)%) |
Try to get the metadata for a user defined type.
|
|
|
UnregisterType |
Removes a database type registration and its CLR equivalent. If a builtin type, this restores it to its default behavior.
|
|
|
ValueToSqlValue |
Converts a value to a string suitable for use in a SQL statement.
|

