Chili.Opf3 Send comments on this topic.
GetMemberInfoByField Method
See Also 
Chili.Opf3.Mapping Namespace > IIdentifierMemberInfoCollection Interface : GetMemberInfoByField Method




fieldName
The name of the field in the storage.
Returns the IMemberInfo object associated with the given field name.

Syntax

Visual Basic (Declaration) 
Overridable Function GetMemberInfoByField( _
   ByVal fieldName As String _
) As IMemberInfo
Visual Basic (Usage)Copy Code
Dim instance As IIdentifierMemberInfoCollection
Dim fieldName As String
Dim value As IMemberInfo
 
value = instance.GetMemberInfoByField(fieldName)
C# 
virtual IMemberInfo GetMemberInfoByField( 
   string fieldName
)
Managed Extensions for C++ 
virtual IMemberInfo* GetMemberInfoByField( 
   string* fieldName
) 
C++/CLI 
virtual IMemberInfo^ GetMemberInfoByField( 
   String^ fieldName
) 

Parameters

fieldName
The name of the field in the storage.

Return Value

An instance of the IMemberInfo class associated with the given field name.

Requirements

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

See Also