SqlString Explicit Conversion (SqlDateTime to SqlString)

 
equivalentCodeEntityM:System.Data.SqlTypes.SqlDateTime.ToSqlString

Converts the specified SqlDateTime parameter to SqlString.

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

public:
static explicit operator SqlString (
	SqlDateTime x
)

Parameters

x
Type: System.Data.SqlTypes::SqlDateTime

The SqlDateTime structure to be converted.

Return Value

Type: System.Data.SqlTypes::SqlString

A new SqlString that contains the string representation of the SqlDateTime parameter.

.NET Framework
Available since 1.1
Return to top
Show: