SchemaInfoCollectionCreateInstance Method (IDataReader, String, DBMSType) |
Note: This API is now obsolete.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax [ObsoleteAttribute("Deprecated -- use CreateInstance(IAppContext cxt, IDataReader reader, string mapperKey, DBMSType dbmsType).")]
public static SchemaInfoCollection CreateInstance(
IDataReader reader,
string mapperKey,
DBMSType dbmsType
)
<ObsoleteAttribute("Deprecated -- use CreateInstance(IAppContext cxt, IDataReader reader, string mapperKey, DBMSType dbmsType).")>
Public Shared Function CreateInstance (
reader As IDataReader,
mapperKey As String,
dbmsType As DBMSType
) As SchemaInfoCollection
Parameters
- reader
- Type: System.DataIDataReader
The readers from which to extract the schema information. - mapperKey
- Type: SystemString
The mapper for which the schema applies. - dbmsType
- Type: NetQuarryDBMSType
The database type (e.g. SQL-Server).
Return Value
Type:
SchemaInfoCollectionA new SchemaInfoCollection object.
See Also