C1.Silverlight.Olap.5
GetOlapKey(DataRow) Method

C1.Silverlight.Data.DataRow for which the key should be retrieved.
Gets the C1OlapKey associated with a C1.Silverlight.Data.DataRow on an Olap table.
Syntax
'Declaration
 
Public Overloads Function GetOlapKey( _
   ByVal row As C1.Silverlight.Data.DataRow _
) As C1OlapKey
public C1OlapKey GetOlapKey( 
   C1.Silverlight.Data.DataRow row
)

Parameters

row
C1.Silverlight.Data.DataRow for which the key should be retrieved.

Return Value

The C1OlapKey associated with the row.
See Also

Reference

C1OlapEngine Class
C1OlapEngine Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.