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




Interface implemented by a member element that is used to create the mapping between the persistent object and the field in the table.

Syntax

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

Remarks

This interface is implemented by a member element that is used to create the mapping between a property or a field of the persistent object and a field in the storage table.

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