IDatabaseMetadataCache Members
The IDatabaseMetadataCache type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetAggregateFunction |
Gets an aggregate function.
|
|
|
GetHashCode | (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 | (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 | (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 | (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.
|
Properties
| Name | Description | |
|---|---|---|
|
|
CommentString |
Gets the comment string. For most databases this is "--".
|
|
|
Converter |
Gets the converter dictionary used by materializers.
|
|
|
MaxParameters |
Gets the maximum number of parameters in a single SQL batch.
|

