8 references to AllowDBNull
System.Data.Common (8)
System\Data\Common\DBCommandBuilder.cs (4)
121if (schemaRows[i]!.AllowDBNull) 231if (schemaRows[i] is DbSchemaRow schemaRow && schemaRow.AllowDBNull) 859if (!row.AllowDBNull && (null == currentValue || Convert.IsDBNull(currentValue))) 1025if (!row.AllowDBNull)
System\Data\ProviderBase\SchemaMapping.cs (4)
951if (!schemaRow.AllowDBNull) 968if (!schemaRow.AllowDBNull && (!schemaRow.IsReadOnly || schemaRow.IsKey)) 979if (!schemaRow.AllowDBNull) 988dataColumn.AllowDBNull = schemaRow.AllowDBNull;