Skip to main content

IModel.GetRelation method

Namespace: NextDesign.Core

Description

Gets the association for the specified field. This method evaluates IContextOption.PlModelAccessMode.

Returns null if the specified field has no valid association. If the specified field has a multiplicity of 2 or more, the relation to the first element of the corresponding field is acquired.

argument

NameTypeDescription
fieldNamestringField name
Null or an empty string cannot be specified.

Return value

Exception

NameException ClassDescription
Invalid argumentExtensionArgumentExceptionWhen null or an empty string is specified for fieldName
Field not foundExtensionFieldNotFoundExceptionIf the specified field is not found in the metaclass of this instance