EldorADO.NET Class Library

ObjectContext.Find Method

[This is preliminary documentation and subject to change.]

Return the entity with a given oid.

Overload List

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);

See Also

ObjectContext Class | Eldorado.Object.Disconnected Namespace