SqlCeUpdatableRecord.GetValues Method

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[])

See Also

Reference

SqlCeUpdatableRecord Class

System.Data.SqlServerCe Namespace