4 references to AllowDBNull
System.Data (4)
fx\src\data\System\Data\Common\DBSchemaTable.cs (1)
57
SchemaTableColumn.
AllowDBNull
,
fx\src\data\System\Data\DataTableReader.cs (1)
616
DataColumn AllowDBNull = new DataColumn(SchemaTableColumn.
AllowDBNull
, typeof(System.Boolean));
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (1)
442
DataColumn AllowDBNull = new DataColumn(SchemaTableColumn.
AllowDBNull
, typeof(System.Boolean));
fx\src\data\System\Data\SqlClient\SqlDataReaderSmi.cs (1)
482
DataColumn AllowDBNull = new DataColumn(SchemaTableColumn.
AllowDBNull
, typeof(System.Boolean));