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
GetInt16 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
short
GetInt16
(
int
i
)
Public
Function
GetInt16
(
i
As
Integer
)
As
Short
Parameters
i
Type:
System
Int32
Return Value
Type:
Int16
Implements
IDataRecord
GetInt16(Int32)
See Also
Reference
DbReader Class
Innovator.Client.Connection Namespace