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

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

    Parameters

    column
    C1.Silverlight.Data.DataColumn for which the key should be retrieved.

    Return Value

    The C1OlapKey associated with the column.
    See Also