TechTalk Genome v4.2

GenomeDataSource.DataSourceProviderTypeName Property

Gets or sets the name of the type that exposes the method called by GenomeDataSource to retrieve the current data source.

[WebExtensionDescription(Description="Type that declares the data source provider method")]
public string DataSourceProviderTypeName {get; set;}

Property Value

A string representing the name of an existing type that exposes the method that is called to retrieve the current data source.

Remarks

The name of the method must be specified using the DataSourceProviderMemberName property.

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