Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the value of the specified field as SqlByte.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Function GetSqlByte ( _
ordinal As Integer _
) As SqlByte
'Usage
Dim instance As SqlCeUpdatableRecord
Dim ordinal As Integer
Dim returnValue As SqlByte
returnValue = instance.GetSqlByte(ordinal)
public SqlByte GetSqlByte(
int ordinal
)
public:
SqlByte GetSqlByte(
int ordinal
)
member GetSqlByte :
ordinal:int -> SqlByte
public function GetSqlByte(
ordinal : int
) : SqlByte
Parameters
- ordinal
Type: System.Int32
The field from which to retrieve a value.
Return Value
Type: System.Data.SqlTypes.SqlByte