Chili.Opf3 Send comments on this topic.
IRelationInfo Interface
See Also  Members  
Chili.Opf3.Mapping Namespace : IRelationInfo Interface




Interface that represents a relation of one persistent object with an other persistent object.

Syntax

Visual Basic (Declaration) 
Public Interface IRelationInfo 
Visual Basic (Usage)Copy Code
Dim instance As IRelationInfo
C# 
public interface IRelationInfo 
Managed Extensions for C++ 
public __gc __interface IRelationInfo 
C++/CLI 
public interface class IRelationInfo 

Remarks

This interface represents a relation between two or more persistent objects with other persistent objects.

Requirements

Namespace: Chili.Opf3.Mapping

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: Chili.Opf3 (in Chili.Opf3.dll)

See Also