TechTalk Genome v4.2

IGenomeDataSource.UseObjectAsDataKey Property

Gets a value that indicates whether the object itself should be retrieved as a data key instead of a PersistentDataKey<T> instance.

bool UseObjectAsDataKey {get;}

Property Value

true if the object itself should be used as a data key; otherwise, false. The default value is false.

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