TechTalk Genome v4.2

GenomeDataSource.ElementTypeName Property

Gets or sets the name of the element type of the Set or the type of the persistent object used as data source.

[WebExtensionDescription(Description="Type of the elements in the data source returned by the data source provider method")]
public string ElementTypeName {get; set;}

Property Value

A string representing the name of an existing type that specifies the element type of the data source.

Remarks

The ElementTypeName property has to be set according to the element type of the Set used as data source. If the data source is a single persistent object, the property specifies the type of the persistent object.

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