Unique name of the parameter.
[Visual Basic]
Public Property Key As String
[C#]
public string Key {get; set;}
A string value that represents the unique name of the parameter.
Used to reference the parameter in the parameters collection and to locate the different placeholder locations in the SQL query where the parameter value will be inserted.
[C#]
private void rptDataDynamics_ReportStart(object sender, System.EventArgs eArgs) |
[Visual Basic]
Private Sub rptDD_ReportStart(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.ReportStart |
Parameter Class | Parameter Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.