EldorADO.NET Class Library

ObjectContext.Collect Method

[This is preliminary documentation and subject to change.]

Return a ICollection of entities of the LocalStorage resulting from executing the query given as a parameter.

Overload List

Return a ICollection of entities of the LocalStorage resulting from executing the query given as a parameter.

public ICollection Collect(ObjectQuery,object[]);

Return a ICollection of entities of the LocalStorage resulting from executing the query given as a parameter.

public ICollection Collect(string,params object[]);

Return a ICollection of entities of the LocalStorage resulting from executing the query given as a parameter.

public ICollection Collect(Type);

See Also

ObjectContext Class | Eldorado.Object.Disconnected Namespace