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