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