Return a ICollection of entities of the LocalStorage resulting from executing the query given as a parameter.
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);
ObjectContext Class | Eldorado.Object.Disconnected Namespace