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 SqlBinary.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Function GetSqlBinary ( _
ordinal As Integer _
) As SqlBinary
'Usage
Dim instance As SqlCeUpdatableRecord
Dim ordinal As Integer
Dim returnValue As SqlBinary
returnValue = instance.GetSqlBinary(ordinal)
public SqlBinary GetSqlBinary(
int ordinal
)
public:
SqlBinary GetSqlBinary(
int ordinal
)
member GetSqlBinary :
ordinal:int -> SqlBinary
public function GetSqlBinary(
ordinal : int
) : SqlBinary
Parameters
- ordinal
Type: System.Int32
The field from which to retrieve a value.
Return Value
Type: System.Data.SqlTypes.SqlBinary