Esempio n. 1
0
 /// <summary>
 /// Returns a query for all the HashInfo objects.
 /// </summary>
 public static ObjectQuery <HashInfo> GetHashs()
 {
     return(ProviderObject.GetHashsInternal());
 }