SqlCeUpdatableRecord.GetSqlBytesRef Method
Returns a reference to the SqlBytes instance that contains the value of the specified field.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Function GetSqlBytesRef ( _
ordinal As Integer _
) As SqlBytes
'Usage
Dim instance As SqlCeUpdatableRecord
Dim ordinal As Integer
Dim returnValue As SqlBytes
returnValue = instance.GetSqlBytesRef(ordinal)
public SqlBytes GetSqlBytesRef(
int ordinal
)
public:
SqlBytes^ GetSqlBytesRef(
int ordinal
)
member GetSqlBytesRef :
ordinal:int -> SqlBytes
public function GetSqlBytesRef(
ordinal : int
) : SqlBytes
Parameters
- ordinal
Type: System.Int32
The field from which to retrieve a value.
Return Value
Type: System.Data.SqlTypes.SqlBytes
A reference to a SqlBytes instance.