IDatabaseMetadataCache Methods
The IDatabaseMetadataCache type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Equals(System.Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetAggregateFunction |
Gets an aggregate function.
|
![]() |
GetHashCode |
Serves as the default hash function. (Inherited from Object.) |
![]() |
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 or view.
|
![]() |
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 |
Gets the tables and views that were loaded by this cache.
|
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
GetUserDefinedTableType |
Gets the metadata for a user defined type.
|
![]() |
GetUserDefinedTableTypes |
Gets the user defined table types that were loaded by this cache.
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
Preload |
Preloads all of the metadata for this data source.
|
![]() |
QuoteColumnName |
Quotes the name of the column.
|
![]() |
Reset |
Resets the metadata cache, clearing out all cached metadata.
|
![]() |
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
![]() |
TryGetStoredProcedure |
Tries to get the stored procedure's metadata.
|
![]() |
TryGetTableFunction |
Tries to get the metadata for a table function.
|
![]() |
TryGetTableOrView |
Tries to get the metadata for a table or view.
|
![]() |
TryGetUserDefinedTableType |
Try to get the metadata for a user defined type.
|