SqlCeUpdatableRecord.GetValue 메서드
지정된 레코드의 값을 반환합니다.
네임스페이스: System.Data.SqlServerCe
어셈블리: System.Data.SqlServerCe(System.Data.SqlServerCe.dll)
구문
‘선언
Public Function GetValue ( _
ordinal As Integer _
) As Object
‘사용 방법
Dim instance As SqlCeUpdatableRecord
Dim ordinal As Integer
Dim returnValue As Object
returnValue = instance.GetValue(ordinal)
public Object GetValue(
int ordinal
)
public:
virtual Object^ GetValue(
int ordinal
) sealed
abstract GetValue :
ordinal:int -> Object
override GetValue :
ordinal:int -> Object
public final function GetValue(
ordinal : int
) : Object
매개 변수
- ordinal
유형: System.Int32
값을 검색할 필드입니다.
반환 값
유형: System.Object