GetParentDataSetName Method
In This Topic
Gets the name of the parent dataset.
Syntax
'Declaration
Public Shared Function GetParentDataSetName( _
ByVal As IDataSet _
) As String
public static string GetParentDataSetName(
IDataSet
)
Parameters
- dataSet
- Dataset to get the name of the parent dataset.
See Also