SqlCeUpdatableRecord.GetSqlInt32 메서드

지정된 필드의 값을 SqlInt32로 반환합니다.

네임스페이스:  System.Data.SqlServerCe
어셈블리:  System.Data.SqlServerCe(System.Data.SqlServerCe.dll)

구문

‘선언
Public Function GetSqlInt32 ( _
    ordinal As Integer _
) As SqlInt32
‘사용 방법
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

매개 변수

  • ordinal
    유형: System.Int32
    값을 검색할 필드입니다.

반환 값

유형: System.Data.SqlTypes.SqlInt32

참고 항목

참조

SqlCeUpdatableRecord 클래스

System.Data.SqlServerCe 네임스페이스