See Also

Row Class  | Row Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages RedGate.SQLDataCompare.Engine Send comments on this topic.

Values Property

RedGate.SQLDataCompare.Engine.ResultsStore Namespace > Row Class : Values Property (Row)

The values of the fields in the row.

[Visual Basic]
Public ReadOnly Property Values As Object()
[C#]
public object[] Values {get;}
[C++]
public: __property Object*[] get_Values();
[C++/CLI]
public: property array<Object^> Values {    array<Object^> get(); }

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Row Class  | Row Members

 

 


© 2003 - 2006 Red Gate Software Ltd. All Rights Reserved.