Mini SQL Query Extensibility Documentation
IsRowVersion Property
NamespacesMiniSqlQuery.Core.DbModelDbModelColumnIsRowVersion
Gets or sets a value a concurrency field, such as a timestamp.
Declaration Syntax
C#Visual BasicVisual C++
public virtual bool IsRowVersion { get; set; }
Public Overridable Property IsRowVersion As Boolean
public:
virtual property bool IsRowVersion {
	bool get ();
	void set (bool value);
}
Value
true if this instance is row version, or concurrency field; otherwise, false.

Assembly: MiniSqlQuery.Core (Module: MiniSqlQuery.Core) Version: 1.0.0.0 (1.0.0.0)