GenomeDataSource.Parameters Property
Gets the parameters collection that contains the parameters that are used by the method specified by the DataSourceProviderMemberName property.
[WebExtensionDescription(Description="Parameters passed to the data source provider method")]
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.Web.UI.Design.WebControls.ParameterCollectionEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[PersistenceMode(Mode="InnerProperty")]
public
ParameterCollection Parameters {get;}
Property Value
A ParameterCollection that contains the parameters used by the method specified by 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