CodeHelper.Property Method

 

Specifies the property identifier.

Namespace:   Microsoft.Data.Entity.Design.CodeGeneration
Assembly:  Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)

NameDescription
System_CAPS_pubmethodProperty(EdmMember)

Specifies the property identifier for the specified member.

System_CAPS_pubmethodProperty(EntitySetBase)

Specifies the property identifier for the specified entity set.


CodeHelper.Property Method (EdmMember)

Specifies the property identifier for the specified member.

public string Property(
	EdmMember member
)

Parameters

member
Type: System.Data.Entity.Core.Metadata.Edm.EdmMember

The member.

Return Value

Type: System.String

The identifier.


CodeHelper.Property Method (EntitySetBase)

Specifies the property identifier for the specified entity set.

public string Property(
	EntitySetBase entitySet
)

Parameters

entitySet
Type: System.Data.Entity.Core.Metadata.Edm.EntitySetBase

The entity set.

Return Value

Type: System.String

The identifier.