Condividi tramite


EntitySetAttribute Classe

Definizione

Indica il set di entità al quale appartiene una classe di servizi dati client.

[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
public sealed class EntitySetAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>]
type EntitySetAttribute = class
    inherit Attribute
Public NotInheritable Class EntitySetAttribute
Inherits Attribute
Ereditarietà
EntitySetAttribute
Attributi

Commenti

Questo attributo viene generato solo quando è presente un set di entità associato al tipo. Quando al tipo sono associati più set di entità, è possibile passare il nome del set di entità tramite l'evento EntitySetNameResolver.

Costruttori

EntitySetAttribute(String)

Crea una nuova istanza dell'oggetto EntitySetAttribute.

Proprietà

EntitySet

Ottiene il set di entità a cui appartiene la classe.

Si applica a