| Visual Basic (Declaration) | |
|---|---|
Public Property Key As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public string Key {get; set;} | |
Return Value
A string value that represents the unique name of the parameter.| C# | Copy Code |
|---|---|
private void rptDataDynamics_ReportStart(object sender, System.EventArgs eArgs) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub rptDD_ReportStart(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.ReportStart | |
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.