2 references to GetEntitySqlValueForColumnName
System.Web.Entity (2)
System\Data\WebControls\EntityDataSourceView.cs (1)
821
whereClauseBuilder.Append(EntityDataSourceUtil.
GetEntitySqlValueForColumnName
(propertyName, _collectionManager.FlattenedEntityCollection));
System\Data\WebControls\OrderByBuilder.cs (1)
126
orderByClauseBuilder.Append(EntityDataSourceUtil.
GetEntitySqlValueForColumnName
(columnName, _wrapperCollection));