SqlInt64 Implicit Conversion (SqlByte to SqlInt64)

 

Converts the supplied SqlByte parameter to SqlInt64.

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

public:
static operator SqlInt64 (
	SqlByte x
)

Parameters

x
Type: System.Data.SqlTypes::SqlByte

The SqlByte structure to be converted.

Return Value

Type: System.Data.SqlTypes::SqlInt64

A new SqlInt64 structure whose Value property equals the Value property of the SqlByte parameter.

.NET Framework
Available since 1.1
Return to top
Show: