25 writes to AllowDBNull
System.Data (22)
fx\src\data\System\Data\DataTable.cs (3)
438
dc.
AllowDBNull
= info.GetBoolean(String.Format(formatProvider, "DataTable.DataColumn_{0}.AllowDBNull", i));
1614
key.ColumnsReference[i].
AllowDBNull
= false;
4347
key.
AllowDBNull
= false;
fx\src\data\System\Data\ProviderBase\SchemaMapping.cs (7)
562
dataColumn.
AllowDBNull
= false;
770
dataColumn.
AllowDBNull
= false;
796
dataColumn.
AllowDBNull
= false;
810
dataColumn.
AllowDBNull
= false;
819
dataColumn.
AllowDBNull
= false;
825
dataColumn.
AllowDBNull
= schemaRow.AllowDBNull;
895
chapterColumn.
AllowDBNull
= false;
fx\src\data\System\Data\XDRSchema.cs (1)
422
column.
AllowDBNull
= (minOccurs == 0) || bNullable;
fx\src\data\System\Data\XMLSchema.cs (11)
1221
key[i].
AllowDBNull
= false;
1754
column.
AllowDBNull
= isNillable;
1760
column.
AllowDBNull
= false;
1790
column.
AllowDBNull
= true;
1853
column.
AllowDBNull
= isNillable;
1859
column.
AllowDBNull
= false;
1882
column.
AllowDBNull
= true;
1999
column.
AllowDBNull
= !(attrib.Use == XmlSchemaUse.Required);
2005
column.
AllowDBNull
= true;
2014
column.
AllowDBNull
= GetBooleanAttribute(attr, Keywords.MSD_ALLOWDBNULL, true) ;
2158
column.
AllowDBNull
= this.FromInference ||(elem.MinOccurs == 0 ) || elem.IsNillable;
System.Web.Entity (3)
System\Data\WebControls\EntityDataSourceViewSchema.cs (3)
34
column.
AllowDBNull
= property.Column.IsNullable;
109
column.
AllowDBNull
= true;
114
column.
AllowDBNull
= !propertyType.IsValueType;
17 references to AllowDBNull
System.Data (17)
fx\src\data\System\Data\CodeGen\datacache.cs (3)
638
if (!column.
AllowDBNull
) {
811
if(col.
AllowDBNull
) {
896
if (col.
AllowDBNull
) {
fx\src\data\System\Data\DataColumn.cs (1)
1421
if (!
AllowDBNull
) {
fx\src\data\System\Data\DataSet.cs (1)
619
if (!column.
AllowDBNull
) {
fx\src\data\System\Data\DataTable.cs (3)
355
info.AddValue(String.Format(formatProvider, "DataTable.DataColumn_{0}.AllowDBNull", i), Columns[i].
AllowDBNull
);
1241
if (!column.
AllowDBNull
) {
3157
if (c.
AllowDBNull
) {
fx\src\data\System\Data\DataTableReader.cs (1)
688
dr[AllowDBNull] = dc.
AllowDBNull
;
fx\src\data\System\Data\ProviderBase\SchemaMapping.cs (1)
865
if (isPrimary && dataColumn.
AllowDBNull
) { // MDAC 72241
fx\src\data\System\Data\XmlDataLoader.cs (3)
432
if (c.
AllowDBNull
) {
784
if (c.
AllowDBNull
&& c.ColumnMapping != MappingType.Hidden && !c.AutoIncrement) {
1034
if (c.
AllowDBNull
&& c.ColumnMapping != MappingType.Hidden && !c.AutoIncrement) {
fx\src\data\System\Data\xmlsaver.cs (4)
1230
if (!col.
AllowDBNull
)
1246
if (col.ColumnMapping == MappingType.Attribute && !col.
AllowDBNull
) {
1288
minOccurs = (col.
AllowDBNull
) ? 0 : 1;
1602
if (colTxt.
AllowDBNull
)