Click or drag to resize

SchemaInfoCollection Methods

The SchemaInfoCollection type exposes the following members.

Methods
  NameDescription
Public methodStatic memberClearSchemaCache(String) Obsolete.
Clears a schema cache object. This method is deprecated in favor of ClearSchemaCache(IAppContext, String) in order to prevent the possibility of cross-application clearing.
Public methodStatic memberClearSchemaCache(IAppContext, String)
Clears a schema cache object.
Public methodColumnSize
Returns the size of the specified column. If the column is unknown then -1 is returned.
Public methodStatic memberCreateInstance(IDataReader, String) Obsolete.
Creates and returns an instance of the collection from the global cache. If the object doesn't exist in the cache it is added. This method is deprecated in favor of CreateInstance(IAppContext, IDataReader, String, DBMSType) in order to prevent the possibility of cross-application caching.
Public methodStatic memberCreateInstance(IDataReader, String, DBMSType) Obsolete.
Creates and returns an instance of the collection from the global cache. If the object doesn't exist in the cache it is added. This method is deprecated in favor of CreateInstance(IAppContext, IDataReader, String, DBMSType) in order to prevent the possibility of cross-application caching.
Public methodStatic memberCreateInstance(IAppContext, IDataReader, String, DBMSType)
Creates and returns an instance of the collection from the global cache. If the object doesn't exist in the cache it is added.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsAutoIncrement
Returns true if the specified column is an AutoIncrement (Identity) column. If the column is unknown then false is returned.
Public methodIsNullable
Returns true if the specified column is nullable. If the column is unknown then false is returned.
Public methodLoadFromParameters
Load the schema information from the provided command parameters.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodUpdateViewBaseTableNames
Updates the base table names when the object is a view. Works for SQL Server only.
Top
Extension Methods
  NameDescription
Public Extension MethodEqualValue
Determines if the object value is equal to another object. If the two objects are null, then this returns true. There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways). If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.)
Top
See Also