GetRelationshipInfo(FieldInfo)
Gets the RelationshipInfo of a given field.
Declaration
public abstract RelationshipInfo? GetRelationshipInfo(FieldInfo field)Parameters
| Type | Name | Description |
|---|---|---|
| FieldInfo | field | A FieldInfo that is not annotated by any MemberRelationshipAttribute. |
Returns
| Type | Description |
|---|---|
| RelationshipInfo? | A RelationshipInfo structure for |