Skip to main content

IModel.GetRelationsByFieldTag method

Namespace: NextDesign.Core

Description

Gets the relationship of the field with the specified tag.
This method evaluates IContextOption.PlModelAccessMode.

Returns an empty collection if no such association exists.

argument

NameTypeDescription
fieldTagstringField tag name
If null or an empty string is specified, the return value of this method will be an empty collection.
valuestringThe string representation of the tag value
The default value is null.
If null or an empty string is specified, only the presence or absence of a tag for the field is evaluated.

Return value

  • IRelationshipCollection