ChangeSetEntry.Associations Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the collection of IDs of the associated entities for each association of the entity.

Namespace:  System.Web.Http.Data
Assembly:  System.Web.Http.Data (in System.Web.Http.Data.dll)

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Associations As IDictionary(Of String, Integer())
[DataMemberAttribute(EmitDefaultValue = false)]
public IDictionary<string, int[]> Associations { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property IDictionary<String^, array<int>^>^ Associations {
    IDictionary<String^, array<int>^>^ get ();
    void set (IDictionary<String^, array<int>^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Associations : IDictionary<string, int[]> with get, set
function get Associations () : IDictionary<String, int[]>
function set Associations (value : IDictionary<String, int[]>)

Property Value

Type: System.Collections.Generic.IDictionary<String, Int32[]>

See Also

Reference

ChangeSetEntry Class

System.Web.Http.Data Namespace