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

C1.Silverlight.Data.DataColumn for which the key should be retrieved.
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

Reference

C1OlapEngine Class
C1OlapEngine Members
Overload List

 

 


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