Invokes the GetValues method of the underlying datareader.

Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public int GetValues(
	Object[] values
)
Visual Basic
Public Function GetValues ( 
	values As Object()
) As Integer

Parameters

values
Type: array<System..::..Object>[]()[][]
An array of System.Object to copy the values into.

Return Value

Type: Int32

Implements

IDataRecord..::..GetValues(array<Object>[]()[][])

See Also