SqlBoolean Constructor (Int32)

 

Initializes a new instance of the SqlBoolean structure using the specified integer value.

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

public:
SqlBoolean(
	int value
)

Parameters

value
Type: System::Int32

The integer whose value is to be used for the new SqlBoolean structure.

.NET Framework
Available since 1.1
Return to top
Show: