TechTalk Genome v4.2

IGenomeDataSource.VersionPropertyName Property

Gets the name of the generated optimistic lock version property.

string VersionPropertyName {get;}

Property Value

A string that represents a syntactically valid property name. If not empty, an optimistic lock version property with this name is generated on the items returned by GenomeDataSource. The default value is "version".

Requirements

Namespace: TechTalk.Genome.Extensions.Web.UI

Assembly: TechTalk.Genome.Extensions.Web (in TechTalk.Genome.Extensions.Web.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

IGenomeDataSource Interface | TechTalk.Genome.Extensions.Web.UI Namespace