SqlCeUpdatableRecord.GetInt32 Method
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