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

IDatabaseMetadataCache Methods

The IDatabaseMetadataCache type exposes the following members.

Methods


  Name Description
Public method Equals(System.Object)
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetAggregateFunction
Gets an aggregate function.
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetStoredProcedure
Gets the stored procedure's metadata.
Public method GetStoredProcedures
Gets the stored procedures that were loaded by this cache.
Public method GetTableFunction
Gets the metadata for a table function.
Public method GetTableFunctions
Gets the table-valued functions that were loaded by this cache.
Public method GetTableOrView
Gets the metadata for a table or view.
Public method GetTableOrViewFromClass(Type, OperationType)
Returns the table or view derived from the class's name and/or Table attribute.
Public method GetTableOrViewFromClass<(Of <<'(TObject>)>>)(OperationType)
Returns the table or view derived from the class's name and/or Table attribute.
Public method GetTablesAndViews
Gets the tables and views that were loaded by this cache.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method GetUserDefinedTableType
Gets the metadata for a user defined type.
Public method GetUserDefinedTableTypes
Gets the user defined table types that were loaded by this cache.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Preload
Preloads all of the metadata for this data source.
Public method QuoteColumnName
Quotes the name of the column.
Public method Reset
Resets the metadata cache, clearing out all cached metadata.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public method TryGetStoredProcedure
Tries to get the stored procedure's metadata.
Public method TryGetTableFunction
Tries to get the metadata for a table function.
Public method TryGetTableOrView
Tries to get the metadata for a table or view.
Public method TryGetUserDefinedTableType
Try to get the metadata for a user defined type.