DataSetName Property (DataSetReference)
In This Topic
Gets or sets a name of the dataset to use for the parameter.
Syntax
'Declaration
Public Property DataSetName As String
public string DataSetName {get; set;}
Property Value
A
System.String value indicating the name of the dataset to use.
See Also