SqlMoney::ToSqlBoolean Method ()

 

Converts this SqlMoney structure to SqlBoolean.

Namespace:   System.Data.SqlTypes
Assembly:  System.Data (in System.Data.dll)

public:
SqlBoolean ToSqlBoolean()

Return Value

Type: System.Data.SqlTypes::SqlBoolean

A SqlBoolean structure. If the value of the SqlMoney structure is zero, the SqlBoolean structure's value will be False. Otherwise, True.

.NET Framework
Available since 1.1
Return to top
Show: