TechTalk Genome v4.2

GenomeDataSource.VersionPropertyName Property

Gets or sets the name of the generated optimistic lock version property.

[DefaultValue(Value="version")]
[WebExtensionDescription(Description="Name of the generated optimistic lock version property")]
public string VersionPropertyName {get; set;}

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".

Implements

IGenomeDataSource.VersionPropertyName

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

GenomeDataSource Class | TechTalk.Genome.Extensions.Web.UI Namespace