SqlBoolean.ToSqlByte Method

Definition

Converts this SqlBoolean structure to SqlByte.

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

Returns

A new SqlByte structure whose value is 1 or 0. If the SqlBoolean structure's value equals true, the new SqlByte structure's value is 1. Otherwise, the new SqlByte structure's value is 0.

Applies to

See also