DataEngine for .NET Standard | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / C1PivotEngine Class / GetPivotKey Method / GetPivotKey(DataRow) Method
System.Data.DataRow for which the key should be retrieved.

In This Topic
    GetPivotKey(DataRow) Method
    In This Topic
    Gets the PivotKey associated with a System.Data.DataRow on a PivotEngine table.
    Syntax
    'Declaration
     
    Public Overloads Function GetPivotKey( _
       ByVal row As DataRow _
    ) As PivotKey
    public PivotKey GetPivotKey( 
       DataRow row
    )

    Parameters

    row
    System.Data.DataRow for which the key should be retrieved.

    Return Value

    The PivotKey associated with the row.
    See Also