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