Return the entity with a given oid.
Return the entity with a given oid.
public object Find(EntityData,string);
Return the entity of type baseType
with the given oid
.
public object Find(Type,string);
ObjectContext Class | Eldorado.Object.Disconnected Namespace