3 overrides of IsScalar
System.Web.Entity (3)
System\Data\WebControls\EntityDataSourceColumn.cs (3)
145
internal override bool
IsScalar
237
internal override bool
IsScalar
373
internal override bool
IsScalar
1 reference to IsScalar
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceView.cs (1)
1001
if (wrapperPropertyDescriptor.Column.IsInteresting && wrapperPropertyDescriptor.Column.
IsScalar
)