This document is archived and information here might be outdated. Recommended version. |
Table fields that need to be returned as a part of the relate results.
[Visual Basic .NET]
Public Property RelatedTableFields As String
[C#]
public string RelatedTableFields {get; set;}
[C++]
HRESULT get_RelatedTableFields(
System.String* tablefields
);
[C++]
HRESULT put_RelatedTableFields(
BSTR tablefields
);
[C++] Parameters tablefields [out, retval]
tablefields is a parameter of type BSTR* tablefields [in]
tablefields is a parameter of type BSTR
Pass in �*� to RelatedTableFields if you want to have all visible fields returned, or specify a list of field name if you want a subset of field list. You may get the list of all visible fields from IMapTableInfo::Fields. It throws exception when the field list contains an invalid field name or invisible field name.