EntityKey.EntitySetName, propriété
[Cette page concerne Entity Framework version 6. La dernière version est disponible sous le nom de package 'Entity Framework' NuGet. Pour plus d'informations sur Entity Framework, consultez msdn.com/data/ef.]
Obtient ou définit le nom du EntitySet qui identifie le jeu d'entités contenant l'entité.
Espace de noms : System.Data.Entity.Core
Assembly : EntityFramework (dans EntityFramework.dll)
Syntaxe
'Déclaration
<DataMemberAttribute> _
Public Property EntitySetName As String
Get
Set
'Utilisation
Dim instance As EntityKey
Dim value As String
value = instance.EntitySetName
instance.EntitySetName = value
[DataMemberAttribute]
public string EntitySetName { get; set; }
[DataMemberAttribute]
public:
property String^ EntitySetName {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member EntitySetName : string with get, set
function get EntitySetName () : String
function set EntitySetName (value : String)
Valeur de propriété
Type : System.String
Nom du EntitySet qui identifie le jeu d'entités contenant l'entité.