Chili.Opf3 Send comments on this topic.
GetObjectSet Method
See Also 
Chili.Opf3 Namespace > ObjectContext Class : GetObjectSet Method




Overload List

OverloadDescription
Generic GetObjectSet() Fills an ObjectSet with all the objects of the given type.  
Generic GetObjectSet(String,Object[]) Fills an ObjectSet with objects.  
Generic GetObjectSet(IQuery) Fills an ObjectSet with objects.  
Generic GetObjectSet(IQuery,Int32) Fills an ObjectSet with objects.  
Generic GetObjectSet(PersistentTypeSelector) Fills an ObjectSet with all the objects of the given type.  
Generic GetObjectSet(PersistentTypeSelector,String,Object[]) Fills an ObjectSet with objects.  
Generic GetObjectSet(PersistentTypeSelector,IQuery) Fills an ObjectSet with objects.  
Generic GetObjectSet(PersistentTypeSelector,IQuery,Int32) Fills an ObjectSet with objects.  

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also