SerializationExtensionMethods.SetNamespacePrefixMappings Method

Sets an annotation on the IEdmModel to notify the serializer of preferred prefix mappings for xml namespaces.

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

Syntax

public static void SetNamespacePrefixMappings(
    this IEdmModel model,
    IEnumerable<KeyValuePair<string, string>> mappings
)

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