<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / C1OlapEngine Class / GetOlapKey Method / GetOlapKey(DataRow) Method
System.Data.DataRow for which the key should be retrieved.

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

    Parameters

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

    Return Value

    The C1OlapKey associated with the row.
    See Also