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

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

    Parameters

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

    Return Value

    The C1OlapKey associated with the column.
    See Also