8 references to AllowDBNull
System.Data (8)
fx\src\data\System\Data\Common\DBCommandBuilder.cs (4)
111if (schemaRows[i].AllowDBNull) { 202if ((null != schemaRows[i]) && schemaRows[i].AllowDBNull) { 765if ( !row.AllowDBNull && (null == currentValue || Convert.IsDBNull(currentValue)) ) 921if (!row.AllowDBNull) {
fx\src\data\System\Data\ProviderBase\SchemaMapping.cs (4)
795if (!schemaRow.AllowDBNull) { // MDAC 71060 809if (!schemaRow.AllowDBNull && (!schemaRow.IsReadOnly || schemaRow.IsKey)) { // MDAC 71060, 72252 818if (!schemaRow.AllowDBNull) { // MDAC 71060 825dataColumn.AllowDBNull = schemaRow.AllowDBNull;