Gets or sets a value a concurrency field, such as a timestamp.
| C# | Visual Basic | Visual C++ |
public virtual bool IsRowVersion { get; set; }
Public Overridable Property IsRowVersion As Boolean
public: virtual property bool IsRowVersion { bool get (); void set (bool value); }
true if this instance is row version, or concurrency field; otherwise, false.