SqlGuid.ToSqlBinary Method

Definition

Converts this SqlGuid structure to SqlBinary.

public:
 System::Data::SqlTypes::SqlBinary ToSqlBinary();
public System.Data.SqlTypes.SqlBinary ToSqlBinary ();
member this.ToSqlBinary : unit -> System.Data.SqlTypes.SqlBinary
Public Function ToSqlBinary () As SqlBinary

Returns

A SqlBinary structure that contains the bytes in the SqlGuid structure.

Applies to

See also