GetParentFieldName Method
In This Topic
Gets the name of the field that is the data source of the specified dataset.
Syntax
'Declaration
Public Shared Function GetParentFieldName( _
ByVal As IDataSet _
) As String
public static string GetParentFieldName(
IDataSet
)
Parameters
- dataSet
- Target dataset.
See Also