LightSwitch HTML Edition
GetOlapKey(DataRow) Method






System.Data.DataRow for which the key should be retrieved.
Gets the C1OlapKey associated with a System.Data.DataRow on an Olap table.
Syntax
'Declaration
 
Public Overloads Function GetOlapKey( _
   ByVal row As System.Data.DataRow _
) As C1OlapKey
'Usage
 
Dim instance As C1OlapEngine
Dim row As System.Data.DataRow
Dim value As C1OlapKey
 
value = instance.GetOlapKey(row)
public C1OlapKey GetOlapKey( 
   System.Data.DataRow row
)
public function GetOlapKey( 
    row: System.Data.DataRow
): C1OlapKey; 
public function GetOlapKey( 
   row : System.Data.DataRow
) : C1OlapKey;
public: C1OlapKey* GetOlapKey( 
   System.Data.DataRow* row
) 
public:
C1OlapKey^ GetOlapKey( 
   System.Data.DataRow^ row
) 

Parameters

row
System.Data.DataRow for which the key should be retrieved.

Return Value

The C1OlapKey associated with the row.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1OlapEngine Class
C1OlapEngine Members
Overload List

Send Feedback