SchemaInfoCollectionCreateInstance Method (IDataReader, String) |
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
)
<ObsoleteAttribute("Deprecated -- use CreateInstance(IAppContext cxt, IDataReader reader, string mapperKey, DBMSType dbmsType).")>
Public Shared Function CreateInstance (
reader As IDataReader,
mapperKey As String
) 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.
Return Value
Type:
SchemaInfoCollectionA new SchemaInfoCollection object.
See Also