SchemaInfoCollectionCreateInstance Method |
Name | Description | |
---|---|---|
CreateInstance(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.
| |
CreateInstance(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.
| |
CreateInstance(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.
|