Entity.EntitySet Property
[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]
Gets the EntitySet that this Entity is a member of.
Namespace: System.ServiceModel.DomainServices.Client
Assembly: System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)
Syntax
'Declaration
Protected Friend Property EntitySet As EntitySet
Get
Friend Set
'Usage
Dim value As EntitySet
value = Me.EntitySet
protected internal EntitySet EntitySet { get; internal set; }
protected public:
property EntitySet^ EntitySet {
EntitySet^ get ();
internal: void set (EntitySet^ value);
}
member EntitySet : EntitySet with get, internal set
function get EntitySet () : EntitySet
internal function set EntitySet (value : EntitySet)
Property Value
Type: System.ServiceModel.DomainServices.Client.EntitySet
The EntitySet that this Entity is a member of. The value will be null if the entity is Detached or has been removed from the set.