SqlDecimal::ToSqlByte Method ()
.NET Framework (current version)
Converts this SqlDecimal structure to SqlByte.
Assembly: System.Data (in System.Data.dll)
Return Value
Type: System.Data.SqlTypes::SqlByteA SqlByte structure whose Value equals the Value of this SqlDecimal structure. If the SqlDecimal structure's Value is true, the SqlByte structure's Value will be 1. Otherwise, the SqlByte structure's Value will be 0.
.NET Framework
Available since 1.1
Available since 1.1
Show: