Innovator.Client API Reference
Innovator.Client API Reference
Innovator.Client.Connection
DbReader Class
DbReader Methods
Close Method
Dispose Method
GetBoolean Method
GetByte Method
GetBytes Method
GetChar Method
GetChars Method
GetData Method
GetDataTypeName Method
GetDateTime Method
GetDecimal Method
GetDouble Method
GetFieldType Method
GetFloat Method
GetGuid Method
GetInt16 Method
GetInt32 Method
GetInt64 Method
GetName Method
GetOrdinal Method
GetSchemaTable Method
GetString Method
GetValue Method
GetValues Method
IsDBNull Method
NextResult Method
Read Method
DbReader
GetValues Method
Namespace:
Innovator.Client.Connection
Assembly:
Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
C#
VB
Copy
public
int
GetValues
(
Object
[]
values
)
Public
Function
GetValues
(
values
As
Object
() )
As
Integer
Parameters
values
Type:
System
Object
Return Value
Type:
Int32
Implements
IDataRecord
GetValues(
Object
)
See Also
Reference
DbReader Class
Innovator.Client.Connection Namespace