IsVersion Property

MetaDataMember.IsVersion Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets whether this member represents the row version or timestamp.

Namespace:  System.Data.Linq.Mapping
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

public abstract bool IsVersion { get; }

Property Value

Type: System.Boolean
true if this member represents the row version or timestamp; otherwise, false.

Version numbers are incremented and timestamp columns are updated whenever the associated row is updated.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft