public static string ToSqlString( this DateTime me )
Dim me As DateTime Dim returnValue As String returnValue = me.ToSqlString()
public: [ExtensionAttribute] static String^ ToSqlString( DateTime me )
No code example is currently available or this language may not be supported.
In This Article