Miner.Data.Configuration Namespace > DataSetConfig Class : GetKeys Method |
'Declaration
Public Shared Function GetKeys( _ ByVal dataRow As System.Data.DataRow _ ) As System.Object()
'Usage
Dim dataRow As System.Data.DataRow Dim value() As System.Object value = DataSetConfig.GetKeys(dataRow)
public static System.object[] GetKeys( System.Data.DataRow dataRow )
public function GetKeys( dataRow: System.Data.DataRow ): System.array of TObject; static;
public static function GetKeys( dataRow : System.Data.DataRow ) : System.Object[];
public: static System.Object*[]* GetKeys( System.Data.DataRow* dataRow )
public: static System.array<Object^>^ GetKeys( System.Data.DataRow^ dataRow )
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