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