SqlSingle.ToSqlByte Método
Definição
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
Retornos
Uma estrutura SqlByte cujo Value é igual ao Value desta estrutura SqlSingle.A SqlByte structure whose Value equals the Value of this SqlSingle structure. Se o Value da estrutura SqlSingle for true, o Value da estrutura SqlByte será 1.If the SqlSingle structure's Value is true, the SqlByte structure's Value will be 1. Caso contrário, o Value da estrutura SqlByte será 0.Otherwise, the SqlByte structure's Value will be 0.