CodeHelper.Property Method

 

Specifies the property identifier.

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

Overload List

Name Description
System_CAPS_pubmethod Property(EdmMember)

Specifies the property identifier for the specified member.

System_CAPS_pubmethod Property(EntitySetBase)

Specifies the property identifier for the specified entity set.

See Also

CodeHelper Class
Microsoft.Data.Entity.Design.CodeGeneration Namespace

Return to top

CodeHelper.Property Method (EdmMember)

Specifies the property identifier for the specified member.

Syntax

public string Property(
    EdmMember member
)
public:
String^ Property(
    EdmMember^ member
)
member Property : 
        member:EdmMember -> string
Public Function Property (
    member As EdmMember
) As String

Parameters

Return Value

Type: System.String

The identifier.

Return to top

CodeHelper.Property Method (EntitySetBase)

Specifies the property identifier for the specified entity set.

Syntax

public string Property(
    EntitySetBase entitySet
)
public:
String^ Property(
    EntitySetBase^ entitySet
)
member Property : 
        entitySet:EntitySetBase -> string
Public Function Property (
    entitySet As EntitySetBase
) As String

Parameters

Return Value

Type: System.String

The identifier.

Return to top