SqlInt64.ToSqlBoolean Método
Definição
Converte esta estrutura SqlInt64 em SqlBoolean.Converts this SqlInt64 structure to SqlBoolean.
public:
System::Data::SqlTypes::SqlBoolean ToSqlBoolean();
public System.Data.SqlTypes.SqlBoolean ToSqlBoolean ();
member this.ToSqlBoolean : unit -> System.Data.SqlTypes.SqlBoolean
Public Function ToSqlBoolean () As SqlBoolean
Retornos
true se o Value for diferente de zero; false se for zero; caso contrário, nulo.true if the Value is non-zero; false if zero; otherwise Null.