1 write to _wrapperCollection
System.Web.Entity (1)
System\Data\WebControls\OrderByBuilder.cs (1)
37
_wrapperCollection
= wrapperCollection;
2 references to _wrapperCollection
System.Web.Entity (2)
System\Data\WebControls\OrderByBuilder.cs (2)
123
if (EntityDataSourceUtil.PropertyIsOnEntity(columnName,
_wrapperCollection
, null, tu))
126
orderByClauseBuilder.Append(EntityDataSourceUtil.GetEntitySqlValueForColumnName(columnName,
_wrapperCollection
));