Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the values for all of the fields in a record.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Function GetValues ( _
values As Object() _
) As Integer
'Usage
Dim instance As SqlCeUpdatableRecord
Dim values As Object()
Dim returnValue As Integer
returnValue = instance.GetValues(values)
public int GetValues(
Object[] values
)
public:
virtual int GetValues(
array<Object^>^ values
) sealed
abstract GetValues :
values:Object[] -> int
override GetValues :
values:Object[] -> int
public final function GetValues(
values : Object[]
) : int
Parameters
- values
Type: array<System.Object[]
The array in which to store the returned values.
Return Value
Type: System.Int32
Implements
IDataRecord.GetValues(array<Object[])