Chili.Opf3 Send comments on this topic.
ObjectHolderBase Constructor(IQuery)
See Also 
Chili.Opf3.Relations Namespace > ObjectHolderBase Class > ObjectHolderBase Constructor : ObjectHolderBase 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 ObjectHolderBase Class.

Syntax

Visual Basic (Declaration) 
Protected Function New( _
   ByVal query As IQuery _
)
Visual Basic (Usage)Copy Code
Dim query As IQuery
 
Dim instance As ObjectHolderBase(query)
C# 
protected ObjectHolderBase( 
   IQuery query
)
Managed Extensions for C++ 
protected: ObjectHolderBase( 
   IQuery* query
)
C++/CLI 
protected:
ObjectHolderBase( 
   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