3 references to SortKey
System.Data.Entity (3)
System\Data\Query\InternalTrees\Command.cs (3)
1250
return new
SortKey
(v, asc, collation);
1260
return new
SortKey
(v, asc, "");
1270
return new
SortKey
(v, true, "");