SerializationExtensionMethods.SetAssociationEndName Method

Sets the name used for the association end serialized for a navigation property.

Namespace:  Microsoft.Data.Edm.Csdl
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Sub SetAssociationEndName ( _
    model As IEdmModel, _
    property As IEdmNavigationProperty, _
    association As String _
)
'Usage
Dim model As IEdmModel 
Dim property As IEdmNavigationProperty 
Dim association As String 

model.SetAssociationEndName(property, _
    association)
public static void SetAssociationEndName(
    this IEdmModel model,
    IEdmNavigationProperty property,
    string association
)
[ExtensionAttribute]
public:
static void SetAssociationEndName(
    IEdmModel^ model, 
    IEdmNavigationProperty^ property, 
    String^ association
)
static member SetAssociationEndName : 
        model:IEdmModel * 
        property:IEdmNavigationProperty * 
        association:string -> unit
public static function SetAssociationEndName(
    model : IEdmModel, 
    property : IEdmNavigationProperty, 
    association : String
)

Parameters

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEdmModel. When you use instance method syntax to call this method, omit the first parameter. For more information, see https://msdn.microsoft.com/en-us/library/bb384936(v=vs.103) or https://msdn.microsoft.com/en-us/library/bb383977(v=vs.103).

See Also

Reference

SerializationExtensionMethods Class

Microsoft.Data.Edm.Csdl Namespace