Proprietà EdmFunctionPayload.EntitySets
[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]
Ottiene o imposta i set di entità della funzione.
Spazio dei nomi: System.Data.Entity.Core.Metadata.Edm
Assembly: EntityFramework (in EntityFramework.dll)
Sintassi
'Dichiarazione
<SuppressMessageAttribute("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")> _
Public Property EntitySets As IList(Of EntitySet)
Get
Set
'Utilizzo
Dim instance As EdmFunctionPayload
Dim value As IList(Of EntitySet)
value = instance.EntitySets
instance.EntitySets = value
[SuppressMessageAttribute("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public IList<EntitySet> EntitySets { get; set; }
[SuppressMessageAttribute(L"Microsoft.Usage", L"CA2227:CollectionPropertiesShouldBeReadOnly")]
public:
property IList<EntitySet^>^ EntitySets {
IList<EntitySet^>^ get ();
void set (IList<EntitySet^>^ value);
}
[<SuppressMessageAttribute("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")>]
member EntitySets : IList<EntitySet> with get, set
function get EntitySets () : IList<EntitySet>
function set EntitySets (value : IList<EntitySet>)
Valore proprietà
Tipo: System.Collections.Generic.IList<EntitySet>
Set di entità della funzione.