public IReadOnlyList<Association> GetAssociations( Element element )
Public Overloads Function GetAssociations( _ ByVal element As Element _ ) As IReadOnlyList(Of Association)
Parameters
- element
- The Element that represents the row whose associations are to be returned.
Return Value
A list of all the Association if available. Otherwise, an empty list is returned.