Gets the C1OlapKey associated with a DataColumn on an Olap table.

Namespace:  C1.Olap
Assembly:  C1.Silverlight.Olap.5 (in C1.Silverlight.Olap.5.dll)

Syntax

C#
public C1OlapKey GetOlapKey(
	DataColumn column
)
Visual Basic
Public Function GetOlapKey ( _
	column As DataColumn _
) As C1OlapKey

Parameters

column
Type: DataColumn
DataColumn for which the key should be retrieved.

Return Value

The C1OlapKey associated with the column.

See Also