Expand Minimize
This topic has not yet been rated - Rate this topic

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)
public SqlBytes GetSqlBytesRef(
	int ordinal
)

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.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.