Beispiel #1
0
 public T Read(string id, DatabaseLocationType type)
 {
     return(Read(DatabaseElement.GenerateID(id), type));
 }
Beispiel #2
0
 public bool Exists(string id, out T value)
 {
     return(Exists(DatabaseElement.GenerateID(id), out value));
 }