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.
Retrieves an array of all of the fields for the specified record.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Overrides Function GetValues ( _
values As Object() _
) As Integer
'Usage
Dim instance As SqlCeResultSet
Dim values As Object()
Dim returnValue As Integer
returnValue = instance.GetValues(values)
public override int GetValues(
Object[] values
)
public:
virtual int GetValues(
array<Object^>^ values
) override
abstract GetValues :
values:Object[] -> int
override GetValues :
values:Object[] -> int
public override function GetValues(
values : Object[]
) : int
Parameters
- values
Type: array<System.Object[]
The array of type Object in which to store the values as they are returned.
Return Value
Type: System.Int32
The number of instances in the array.
Implements
IDataRecord.GetValues(array<Object[])