Share via


EdmFunctionPayload.EntitySets Property

Definition

Gets or sets the entity sets for the function.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public System.Collections.Generic.IList<System.Data.Entity.Core.Metadata.Edm.EntitySet> EntitySets { get; set; }
member this.EntitySets : System.Collections.Generic.IList<System.Data.Entity.Core.Metadata.Edm.EntitySet> with get, set
Public Property EntitySets As IList(Of EntitySet)

Property Value

The entity sets for the function.

Attributes

Applies to