Märkus
Juurdepääs sellele lehele nõuab autoriseerimist. Võite proovida sisse logida või kausta vahetada.
Juurdepääs sellele lehele nõuab autoriseerimist. Võite proovida kausta vahetada.
Gets the version used for the data service of a navigation property of an entity set.
Namespace: Microsoft.Data.Edm.Csdl
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
'Declaration
<ExtensionAttribute> _
Public Shared Function GetDataServiceVersion ( _
model As IEdmModel _
) As Version
'Usage
Dim model As IEdmModel
Dim returnValue As Version
returnValue = model.GetDataServiceVersion()
public static Version GetDataServiceVersion(
this IEdmModel model
)
[ExtensionAttribute]
public:
static Version^ GetDataServiceVersion(
IEdmModel^ model
)
static member GetDataServiceVersion :
model:IEdmModel -> Version
public static function GetDataServiceVersion(
model : IEdmModel
) : Version
- model
Type: Microsoft.Data.Edm.IEdmModel
Model containing the entity set.
Type: System.Version
The version used for the data service.
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).