Example #1
0
 /// <summary>
 /// Returns a query for all the FooInfo objects.
 /// </summary>
 public static ObjectQuery <FooInfo> GetFoos()
 {
     return(ProviderObject.GetFoosInternal());
 }