Click or drag to resize

SchemaInfoCollectionCreateInstance Method

Overload List
  NameDescription
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.
Top
See Also