TechTalk Genome v4.2

GenomeDataSource.DataSourceProviderMemberName Property

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

[WebExtensionDescription(Description="Name of the data source provider method")]
public string DataSourceProviderMemberName {get; set;}

Property Value

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

Remarks

The type that exposes the data source provider method must be specified by using the DataSourceProviderTypeName 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