SqlCeUpdatableRecord.GetSqlInt32 Method

Returns the value of the specified field as SqlInt32.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Syntax

'Declaration
Public Function GetSqlInt32 ( _
    ordinal As Integer _
) As SqlInt32
'Usage
Dim instance As SqlCeUpdatableRecord
Dim ordinal As Integer
Dim returnValue As SqlInt32

returnValue = instance.GetSqlInt32(ordinal)
public SqlInt32 GetSqlInt32(
    int ordinal
)
public:
SqlInt32 GetSqlInt32(
    int ordinal
)
member GetSqlInt32 : 
        ordinal:int -> SqlInt32 
public function GetSqlInt32(
    ordinal : int
) : SqlInt32

Parameters

  • ordinal
    Type: System.Int32
    The field from which to retrieve a value.

Return Value

Type: System.Data.SqlTypes.SqlInt32

See Also

Reference

SqlCeUpdatableRecord Class

System.Data.SqlServerCe Namespace