<PackageReference Include="System.Data.SqlClient" Version="1.0.0-beta2" />
DbDataRecord
public abstract object this[
int i] {
get; }
public abstract object this[
string name] {
get; }
public abstract byte GetByte(
int i)
public abstract long GetBytes(
int i,
long dataIndex,
byte[]
buffer,
int bufferIndex,
int length)
public abstract char GetChar(
int i)
public abstract long GetChars(
int i,
long dataIndex,
char[]
buffer,
int bufferIndex,
int length)
public abstract string GetName(
int i)
public abstract int GetValues(
object[]
values)