TechTalk Genome v4.2

IGenomeDataSource.ReferenceDataKeyPropertyNameFormat Property

Gets the format string for the generated reference data key properties

string ReferenceDataKeyPropertyNameFormat {get;}

Property Value

A format string that generates a syntactically valid property name. If not empty, a reference data key property is generated for each reference property on the items returned by GenomeDataSource. The default value is String.Empty, in which case no reference data key property is generated.

Remarks

Each generated reference data key property name is formatted using the original reference property name as parameter. You should therefore use the {0} token in the format string to generate unique names for each property (e.g.: "datakey_{0}").

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