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