'Declaration
<CanBeNullAttribute()> Public Function GetSecondaryObject() As ADTObject
[CanBeNull()] public ADTObject GetSecondaryObject()
[CanBeNull()] public: ADTObject^ GetSecondaryObject();
'Declaration
<CanBeNullAttribute()> Public Function GetSecondaryObject() As ADTObject
[CanBeNull()] public ADTObject GetSecondaryObject()
[CanBeNull()] public: ADTObject^ GetSecondaryObject();
See SecondaryObjectOID for more information.
If ObjectSearchOptions.ReturnObjects was set to false, the object will be automatically fetched from the server if necessary. If you plan to need the contents of the objects, set ArcanaDevelopment.adTempus.Shared.ObjectSearchOptions.ReturnObjects to true when calling DataContext.SearchAndReplace so that all objects are returned at once, rather than requiring multiple calls to the server to fetch them individually.