'Declaration
<NotNullAttribute()> Public ReadOnly Property ExcludeRelations As List(Of String)
[NotNull()] public List<string> ExcludeRelations {get;}
[NotNull()] public: property List<String^>^ ExcludeRelations { List<String^>^ get(); }
'Declaration
<NotNullAttribute()> Public ReadOnly Property ExcludeRelations As List(Of String)
[NotNull()] public List<string> ExcludeRelations {get;}
[NotNull()] public: property List<String^>^ ExcludeRelations { List<String^>^ get(); }
Some relations are excluded by default:
If you wish to include these relations, you must remove them from ExcludeRelations.