SqlInt64.Implicit Operator

Definition

Converts to a SqlInt64 structure.

Overloads

Implicit(SqlInt32 to SqlInt64)

Converts the supplied SqlInt32 parameter to SqlInt64.

Implicit(Int64 to SqlInt64)

Converts the long parameter to SqlInt64.

Implicit(SqlByte to SqlInt64)

Converts the supplied SqlByte parameter to SqlInt64.

Implicit(SqlInt16 to SqlInt64)

Converts the supplied SqlInt16 parameter to SqlInt64.

Implicit(SqlInt32 to SqlInt64)

Source:
SQLInt64.cs
Source:
SQLInt64.cs
Source:
SQLInt64.cs

Converts the supplied SqlInt32 parameter to SqlInt64.

public static implicit operator System.Data.SqlTypes.SqlInt64 (System.Data.SqlTypes.SqlInt32 x);

Parameters

x
SqlInt32

The SqlInt32 structure to be converted.

Returns

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

See also

Applies to

.NET 9 și alte versiuni
Produs Versiuni
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1

Implicit(Int64 to SqlInt64)

Source:
SQLInt64.cs
Source:
SQLInt64.cs
Source:
SQLInt64.cs

Converts the long parameter to SqlInt64.

public static implicit operator System.Data.SqlTypes.SqlInt64 (long x);

Parameters

x
Int64

A long integer value.

Returns

A new SqlInt64 structure whose Value equals the value of the long parameter.

See also

Applies to

.NET 9 și alte versiuni
Produs Versiuni
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1

Implicit(SqlByte to SqlInt64)

Source:
SQLInt64.cs
Source:
SQLInt64.cs
Source:
SQLInt64.cs

Converts the supplied SqlByte parameter to SqlInt64.

public static implicit operator System.Data.SqlTypes.SqlInt64 (System.Data.SqlTypes.SqlByte x);

Parameters

x
SqlByte

The SqlByte structure to be converted.

Returns

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

See also

Applies to

.NET 9 și alte versiuni
Produs Versiuni
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1

Implicit(SqlInt16 to SqlInt64)

Source:
SQLInt64.cs
Source:
SQLInt64.cs
Source:
SQLInt64.cs

Converts the supplied SqlInt16 parameter to SqlInt64.

public static implicit operator System.Data.SqlTypes.SqlInt64 (System.Data.SqlTypes.SqlInt16 x);

Parameters

x
SqlInt16

The SqlInt16 structure to be converted.

Returns

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

See also

Applies to

.NET 9 și alte versiuni
Produs Versiuni
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1