CodeHelper.Property Method (EntitySetBase)
[This page is specific to the Entity Framework version 6. The latest version is available as the 'Entity Framework' NuGet package. For more information about Entity Framework, see msdn.com/data/ef.]
Specifies the property identifier for the specified entity set.
Namespace: Microsoft.Data.Entity.Design.CodeGeneration
Assembly: Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)
Syntax
'Declaration
Public Function Property ( _
entitySet As EntitySetBase _
) As String
'Usage
Dim instance As CodeHelper
Dim entitySet As EntitySetBase
Dim returnValue As String
returnValue = instance.Property(entitySet)
public string Property(
EntitySetBase entitySet
)
public:
String^ Property(
EntitySetBase^ entitySet
)
member Property :
entitySet:EntitySetBase -> string
public function Property(
entitySet : EntitySetBase
) : String
Parameters
- entitySet
Type: System.Data.Entity.Core.Metadata.Edm.EntitySetBase
The entity set.
Return Value
Type: System.String
The identifier.