SPList.GetRelatedFields method
Returns a collection of objects with information about a lookup field in another list that points to a field in this list.
Overload list
Name | Description | |
---|---|---|
GetRelatedFields() | Returns a collection of objects with information about a lookup field in another list that points to a field in this list. | |
GetRelatedFields(SPRelationshipDeleteBehavior) | Gets a collection of objects with information about a lookup field in another list that points to a field in this list, depending upon the specified deletion constraint. |
Top