4 references to IsReadOnly
System.Data (4)
fx\src\data\System\Data\Common\DBSchemaTable.cs (1)
62SchemaTableOptionalColumn.IsReadOnly,
fx\src\data\System\Data\DataTableReader.cs (1)
617DataColumn IsReadOnly = new DataColumn(SchemaTableOptionalColumn.IsReadOnly, typeof(System.Boolean));
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (1)
443DataColumn IsReadOnly = new DataColumn(SchemaTableOptionalColumn.IsReadOnly, typeof(System.Boolean));
fx\src\data\System\Data\SqlClient\SqlDataReaderSmi.cs (1)
483DataColumn IsReadOnly = new DataColumn(SchemaTableOptionalColumn.IsReadOnly, typeof(System.Boolean));