DictRelation.loadFieldRelation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
loadFieldRelation(Int32) |
Loads a relation that is specified by a field ID. |
loadFieldRelation(Int32, TableScope) | |
loadFieldRelation(Int32, TableScope, Common) | |
loadFieldRelation(Int32, TableScope, Common, Boolean) |
loadFieldRelation(Int32)
Loads a relation that is specified by a field ID.
public:
virtual int loadFieldRelation(int num1);
public virtual int loadFieldRelation (int num1);
abstract member loadFieldRelation : int -> int
override this.loadFieldRelation : int -> int
Public Overridable Function loadFieldRelation (num1 As Integer) As Integer
Parameters
- num1
- Int32
Returns
The ID of the table for the relation; null, Nothing, nullptr, unit, a null reference (Nothing in Visual Basic) if the method failed.
Applies to
loadFieldRelation(Int32, TableScope)
public:
virtual int loadFieldRelation(int num1, Microsoft::Dynamics::Ax::Xpp::TableScope scope1);
public virtual int loadFieldRelation (int num1, Microsoft.Dynamics.Ax.Xpp.TableScope scope1);
abstract member loadFieldRelation : int * Microsoft.Dynamics.Ax.Xpp.TableScope -> int
override this.loadFieldRelation : int * Microsoft.Dynamics.Ax.Xpp.TableScope -> int
Public Overridable Function loadFieldRelation (num1 As Integer, scope1 As TableScope) As Integer
Parameters
- num1
- Int32
- scope1
- TableScope
Returns
Applies to
loadFieldRelation(Int32, TableScope, Common)
public:
virtual int loadFieldRelation(int num1, Microsoft::Dynamics::Ax::Xpp::TableScope scope1, Microsoft::Dynamics::Ax::Xpp::Common ^ common1);
public virtual int loadFieldRelation (int num1, Microsoft.Dynamics.Ax.Xpp.TableScope scope1, Microsoft.Dynamics.Ax.Xpp.Common common1);
abstract member loadFieldRelation : int * Microsoft.Dynamics.Ax.Xpp.TableScope * Microsoft.Dynamics.Ax.Xpp.Common -> int
override this.loadFieldRelation : int * Microsoft.Dynamics.Ax.Xpp.TableScope * Microsoft.Dynamics.Ax.Xpp.Common -> int
Public Overridable Function loadFieldRelation (num1 As Integer, scope1 As TableScope, common1 As Common) As Integer
Parameters
- num1
- Int32
- scope1
- TableScope
- common1
- Common
Returns
Applies to
loadFieldRelation(Int32, TableScope, Common, Boolean)
public:
virtual int loadFieldRelation(int _fieldId, Microsoft::Dynamics::Ax::Xpp::TableScope _tableScope, Microsoft::Dynamics::Ax::Xpp::Common ^ _record, bool _isLookup);
public virtual int loadFieldRelation (int _fieldId, Microsoft.Dynamics.Ax.Xpp.TableScope _tableScope, Microsoft.Dynamics.Ax.Xpp.Common _record, bool _isLookup);
abstract member loadFieldRelation : int * Microsoft.Dynamics.Ax.Xpp.TableScope * Microsoft.Dynamics.Ax.Xpp.Common * bool -> int
override this.loadFieldRelation : int * Microsoft.Dynamics.Ax.Xpp.TableScope * Microsoft.Dynamics.Ax.Xpp.Common * bool -> int
Public Overridable Function loadFieldRelation (_fieldId As Integer, _tableScope As TableScope, _record As Common, _isLookup As Boolean) As Integer
Parameters
- _fieldId
- Int32
- _tableScope
- TableScope
- _record
- Common
- _isLookup
- Boolean