iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

InMemoryDataReader.GetValues Method 

Gets all the attribute fields in the collection for the current record.

[Visual Basic]
NotOverridable Public Function GetValues( _
   ByVal Object[] As Object() _
) As Integer _
    Implements IDataRecord.
[C#]
public int GetValues(
   Object[] values
);

Parameters

values

Return Value

Implements

IDataRecord.

See Also

InMemoryDataReader Class | IBatisNet.DataMapper.Commands Namespace