SerializationExtensionMethods.GetMaxDataServiceVersion Method

Gets the version of the maximum data service for a navigation property of an entity set.

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

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function GetMaxDataServiceVersion ( _
    model As IEdmModel _
) As Version
'Usage
Dim model As IEdmModel 
Dim returnValue As Version 

returnValue = model.GetMaxDataServiceVersion()
public static Version GetMaxDataServiceVersion(
    this IEdmModel model
)
[ExtensionAttribute]
public:
static Version^ GetMaxDataServiceVersion(
    IEdmModel^ model
)
static member GetMaxDataServiceVersion : 
        model:IEdmModel -> Version
public static function GetMaxDataServiceVersion(
    model : IEdmModel
) : Version

Parameters

Return Value

Type: System.Version
The version of the maximum data service.

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