EdmFunctionPayload.EntitySets Property

 

Gets or sets the entity sets for the function.

Namespace:   System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

[SuppressMessageAttribute("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public IList<EntitySet> EntitySets {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
}

Property Value

Type: System.Collections.Generic.IList<EntitySet>

The entity sets for the function.