SqlCeUpdatableRecord.GetSqlInt64 메서드

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

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

구문

‘선언
Public Function GetSqlInt64 ( _
    ordinal As Integer _
) As SqlInt64
‘사용 방법
Dim instance As SqlCeUpdatableRecord
Dim ordinal As Integer
Dim returnValue As SqlInt64

returnValue = instance.GetSqlInt64(ordinal)
public SqlInt64 GetSqlInt64(
    int ordinal
)
public:
SqlInt64 GetSqlInt64(
    int ordinal
)
member GetSqlInt64 : 
        ordinal:int -> SqlInt64 
public function GetSqlInt64(
    ordinal : int
) : SqlInt64

매개 변수

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

반환 값

유형: System.Data.SqlTypes.SqlInt64

참고 항목

참조

SqlCeUpdatableRecord 클래스

System.Data.SqlServerCe 네임스페이스