Esempio n. 1
0
 /// <summary>
 /// A version of <see cref="Select(ExpressionSelect)"/> that accepts a string.
 /// </summary>
 public EntityQuery <T> Select(string select)
 {
     return(Select(ExpressionSelect.Parse(select)));
 }