SqlChars.Explicit Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts to a SqlChars structure.
Overloads
Explicit(SqlString to SqlChars) | |
Explicit(SqlChars to SqlString) |
Explicit(SqlString to SqlChars)
- Source:
- SQLChars.cs
- Source:
- SQLChars.cs
- Source:
- SQLChars.cs
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
Parameters
Returns
A SqlChars structure.
Remarks
The equivalent method for this operator is SqlChars.SqlChars(SqlString).
See also
Applies to
Explicit(SqlChars to SqlString)
- Source:
- SQLChars.cs
- Source:
- SQLChars.cs
- Source:
- SQLChars.cs
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
Parameters
Returns
A SqlString structure.
Remarks
The equivalent method for this operator is Object.ToString.
See also
Applies to
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.