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.
Returns the value of the specified field as int16.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Function GetInt16 ( _
ordinal As Integer _
) As Short
'Usage
Dim instance As SqlCeUpdatableRecord
Dim ordinal As Integer
Dim returnValue As Short
returnValue = instance.GetInt16(ordinal)
public short GetInt16(
int ordinal
)
public:
virtual short GetInt16(
int ordinal
) sealed
abstract GetInt16 :
ordinal:int -> int16
override GetInt16 :
ordinal:int -> int16
public final function GetInt16(
ordinal : int
) : short
Parameters
- ordinal
Type: System.Int32
The field from which to retrieve a value.
Return Value
Type: System.Int16