SqlDecimal.Explicit Operator

Definicja

Konwertuje podaną strukturę na SqlDecimal.

Przeciążenia

Explicit(Double to SqlDecimal)

Źródło:
SQLDecimal.cs
Źródło:
SQLDecimal.cs
Źródło:
SQLDecimal.cs

Konwertuje Double parametr na SqlDecimal.

public static explicit operator System.Data.SqlTypes.SqlDecimal (double x);

Parametry

x
Double

Struktura Double , która ma zostać przekonwertowana.

Zwraca

Nowa SqlDecimal struktura, której wartość jest równa wartości parametru Double .

Uwagi

Równoważną metodą dla tego operatora jest SqlDecimal.Value

Dotyczy

.NET 9 i inne wersje
Produkt Wersje
.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 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

Explicit(SqlString to SqlDecimal)

Źródło:
SQLDecimal.cs
Źródło:
SQLDecimal.cs
Źródło:
SQLDecimal.cs

Konwertuje podany SqlString parametr na SqlDecimal.

public static explicit operator System.Data.SqlTypes.SqlDecimal (System.Data.SqlTypes.SqlString x);

Parametry

x
SqlString

Obiekt SqlString , który ma zostać przekonwertowany.

Zwraca

Nowa SqlDecimal struktura, której Value wartość jest równa wartości reprezentowanej SqlString przez parametr .

Uwagi

Równoważną metodą dla tego operatora jest SqlString.ToSqlDecimal()

Zobacz też

Dotyczy

.NET 9 i inne wersje
Produkt Wersje
.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

Explicit(SqlSingle to SqlDecimal)

Źródło:
SQLDecimal.cs
Źródło:
SQLDecimal.cs
Źródło:
SQLDecimal.cs

Konwertuje podaną SqlSingle strukturę na SqlDecimal.

public static explicit operator System.Data.SqlTypes.SqlDecimal (System.Data.SqlTypes.SqlSingle x);

Parametry

x
SqlSingle

Struktura SqlSingle , która ma zostać przekonwertowana.

Zwraca

Nowa SqlDecimal struktura, której Value właściwość jest równa Value parametrowi SqlSingle .

Uwagi

Równoważną metodą dla tego operatora jest SqlSingle.ToSqlDecimal()

Zobacz też

Dotyczy

.NET 9 i inne wersje
Produkt Wersje
.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

Explicit(SqlDecimal to Decimal)

Źródło:
SQLDecimal.cs
Źródło:
SQLDecimal.cs
Źródło:
SQLDecimal.cs

Konwertuje SqlDecimal parametr na Decimal.

public static explicit operator decimal (System.Data.SqlTypes.SqlDecimal x);

Parametry

x
SqlDecimal

Struktura SqlDecimal , która ma zostać przekonwertowana.

Zwraca

Nowa Decimal struktura, której wartość jest równa Value parametrowi SqlDecimal .

Zobacz też

Dotyczy

.NET 9 i inne wersje
Produkt Wersje
.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

Explicit(SqlBoolean to SqlDecimal)

Źródło:
SQLDecimal.cs
Źródło:
SQLDecimal.cs
Źródło:
SQLDecimal.cs

Konwertuje podaną SqlBoolean strukturę na SqlDecimal.

public static explicit operator System.Data.SqlTypes.SqlDecimal (System.Data.SqlTypes.SqlBoolean x);

Parametry

x
SqlBoolean

Struktura SqlBoolean , która ma zostać przekonwertowana.

Zwraca

Nowa SqlDecimal struktura, której Value wartość jest równa ByteValue wartości parametru SqlBoolean .

Uwagi

Równoważną metodą dla tego operatora jest SqlBoolean.ToSqlDecimal()

Zobacz też

Dotyczy

.NET 9 i inne wersje
Produkt Wersje
.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

Explicit(SqlDouble to SqlDecimal)

Źródło:
SQLDecimal.cs
Źródło:
SQLDecimal.cs
Źródło:
SQLDecimal.cs

Konwertuje podaną SqlDouble strukturę na SqlDecimal.

public static explicit operator System.Data.SqlTypes.SqlDecimal (System.Data.SqlTypes.SqlDouble x);

Parametry

x
SqlDouble

Struktura SqlDouble , która ma zostać przekonwertowana.

Zwraca

Nowa SqlDecimal struktura, której Value równa się Value parametrowi SqlDouble .

Uwagi

Równoważną metodą dla tego operatora jest SqlDouble.ToSqlDecimal()

Zobacz też

Dotyczy

.NET 9 i inne wersje
Produkt Wersje
.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