SqlInt16 Explicit Conversion (SqlBoolean to SqlInt16)

 
equivalentCodeEntityM:System.Data.SqlTypes.SqlBoolean.ToSqlInt16

Converts the supplied SqlBoolean structure to SqlInt16.

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

public:
static explicit operator SqlInt16 (
	SqlBoolean x
)

Parameters

x
Type: System.Data.SqlTypes::SqlBoolean

A SqlBoolean structure.

Return Value

Type: System.Data.SqlTypes::SqlInt16

A new SqlInt16 structure whose Value property is equal to the ByteValue property of the SqlBoolean parameter.

.NET Framework
Available since 1.1
Return to top
Show: