EdmFunctionPayload.EntitySets Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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