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

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

    Parameters

    column
    System.Data.DataColumn for which the key should be retrieved.

    Return Value

    The PivotKey associated with the column.
    See Also