Chili.Opf3 Send comments on this topic.
ObjectSetHolder Constructor(IQuery)
See Also 
Chili.Opf3.Relations Namespace > Generic ObjectSetHolder Class > ObjectSetHolder Constructor : ObjectSetHolder Constructor(IQuery)




query
IQuery that is executed to load the associated objects. This parameter allows you to use any kind of query without using the build in functionality.
Creates a new instance of the ObjectSetHolder Class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal query As IQuery _
)
Visual Basic (Usage)Copy Code
Dim query As IQuery
 
Dim instance As ObjectSetHolder(Of T)(query)
C# 
public Generic ObjectSetHolder( 
   IQuery query
)
Managed Extensions for C++ 
public: Generic ObjectSetHolder( 
   IQuery* query
)
C++/CLI 
public:
Generic ObjectSetHolder( 
   IQuery^ query
)

Parameters

query
IQuery that is executed to load the associated objects. This parameter allows you to use any kind of query without using the build in functionality.

Requirements

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

See Also