4 references to IsLong
System.Data (4)
fx\src\data\System\Data\Common\DBSchemaTable.cs (1)
61
SchemaTableColumn.
IsLong
,
fx\src\data\System\Data\DataTableReader.cs (1)
615
DataColumn IsLong = new DataColumn(SchemaTableColumn.
IsLong
, typeof(System.Boolean));
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (1)
441
DataColumn IsLong = new DataColumn(SchemaTableColumn.
IsLong
, typeof(System.Boolean));
fx\src\data\System\Data\SqlClient\SqlDataReaderSmi.cs (1)
481
DataColumn IsLong = new DataColumn(SchemaTableColumn.
IsLong
, typeof(System.Boolean));