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