11 references to Column
System.Web.Entity (11)
System\Data\WebControls\EntityDataSourceUtil.cs (2)
301
result = descriptor.
Column
.GetEntitySqlValue();
1055
foreach (var keyProperty in entityWrapper.Collection.AllPropertyDescriptors.Select(d => d.
Column
).OfType<EntityDataSourcePropertyColumn>().Where(c => c.IsKey))
System\Data\WebControls\EntityDataSourceView.cs (2)
1001
if (wrapperPropertyDescriptor.
Column
.IsInteresting && wrapperPropertyDescriptor.
Column
.IsScalar)
System\Data\WebControls\EntityDataSourceViewSchema.cs (2)
34
column.AllowDBNull = property.
Column
.IsNullable;
36
EntityDataSourcePropertyColumn propertyColumn = property.
Column
as EntityDataSourcePropertyColumn;
System\Data\WebControls\EntityDataSourceWrapper.cs (4)
122
string displayName = descriptor.
Column
.DisplayName;
125
if (descriptor.
Column
.ControllingColumn != null)
127
displayName = descriptor.
Column
.ControllingColumn.DisplayName;
134
EntityDataSourceReferenceKeyColumn referenceColumn = descriptor.
Column
as EntityDataSourceReferenceKeyColumn;
System\Data\WebControls\EntityDataSourceWrapperCollection.cs (1)
90
if (!descriptor.
Column
.IsHidden)