<PackageReference Include="NETStandard.Library" Version="2.0.0-preview1-25301-01" />
System.Data.DataRow
public object this[
int columnIndex] {
get;
set; }
public object this[
string columnName] {
get;
set; }
public bool IsNull(
int columnIndex)
public bool IsNull(
string columnName)