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

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

Syntax

C#
public C1OlapKey GetOlapKey(
	DataRow row
)
Visual Basic
Public Function GetOlapKey ( _
	row As DataRow _
) As C1OlapKey

Parameters

row
Type: DataRow
DataRow for which the key should be retrieved.

Return Value

The C1OlapKey associated with the row.

See Also