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




Overload List

OverloadDescription
Generic GetObject(String,Object[]) Fetches the first object matching the conditions and returns it.  
Generic GetObject(IQuery) Fetches the first object matching the conditions and returns it.  
Generic GetObject(ICustomPersister,String,Object[]) Populates a class implementing the ICustomPersister interface with data.  
Generic GetObject(ICustomPersister,IQuery) Populates a class implementing the ICustomPersister interface with data.  
Generic GetObject(PersistentTypeSelector,String,Object[]) Fetches the first object matching the conditions and returns it.  
Generic GetObject(PersistentTypeSelector,IQuery) Fetches the first object matching the conditions and returns it.  

Requirements

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

See Also