3 overrides of IsNullable
System.Web.Entity (3)
System\Data\WebControls\EntityDataSourceColumn.cs (3)
140internal override bool IsNullable 232internal override bool IsNullable 363internal override bool IsNullable
1 reference to IsNullable
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceViewSchema.cs (1)
34column.AllowDBNull = property.Column.IsNullable;