SqlChars.Explicit Operator

Definition

Konverterar till en SqlChars struktur.

Överlagringar

Name Description
Explicit(SqlString to SqlChars)

Konverterar en SqlString struktur till en SqlChars struktur.

Explicit(SqlChars to SqlString)

Konverterar en SqlChars struktur till en SqlString struktur.

Explicit(SqlString to SqlChars)

Källa:
SQLChars.cs
Källa:
SQLChars.cs
Källa:
SQLChars.cs
Källa:
SQLChars.cs
Källa:
SQLChars.cs

Konverterar en SqlString struktur till en SqlChars struktur.

public:
 static explicit operator System::Data::SqlTypes::SqlChars ^(System::Data::SqlTypes::SqlString value);
public static explicit operator System.Data.SqlTypes.SqlChars(System.Data.SqlTypes.SqlString value);
static member op_Explicit : System.Data.SqlTypes.SqlString -> System.Data.SqlTypes.SqlChars
Public Shared Narrowing Operator CType (value As SqlString) As SqlChars

Parametrar

value
SqlString

Strukturen SqlString som ska konverteras.

Returer

En SqlChars struktur.

Kommentarer

Motsvarande metod för den här operatorn är SqlChars.SqlChars(SqlString).

Se även

Gäller för

Explicit(SqlChars to SqlString)

Källa:
SQLChars.cs
Källa:
SQLChars.cs
Källa:
SQLChars.cs
Källa:
SQLChars.cs
Källa:
SQLChars.cs

Konverterar en SqlChars struktur till en SqlString struktur.

public:
 static explicit operator System::Data::SqlTypes::SqlString(System::Data::SqlTypes::SqlChars ^ value);
public static explicit operator System.Data.SqlTypes.SqlString(System.Data.SqlTypes.SqlChars value);
static member op_Explicit : System.Data.SqlTypes.SqlChars -> System.Data.SqlTypes.SqlString
Public Shared Narrowing Operator CType (value As SqlChars) As SqlString

Parametrar

value
SqlChars

Strukturen SqlChars som ska konverteras.

Returer

En SqlString struktur.

Kommentarer

Motsvarande metod för den här operatorn är Object.ToString.

Se även

Gäller för