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