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