Compartir a través de


getSendStringParametersAsUnicode Method (SQLServerDataSource)

Returns a boolean value that indicates if sending string parameters to the server in UNICODE format is enabled.

public boolean getSendStringParametersAsUnicode()

Valor devuelto

true if string parameters are sent to the server in UNICODE format. Otherwise, false.

Notas

If the sendStringParametersAsUnicode property is set to true, which is the default, string parameters are sent to the server in UNICODE format. If sendStringParametersAsUnicode is set to false, string parameters are sent to the server in the native TDS collation format of the database, not in UNICODE. If sendStringParametersAsUnicode is not set, getSendStringParametersAsUnicode returns the default value of true.

Vea también

Referencia

SQLServerDataSource Class

Conceptos

SQLServerDataSource Methods
SQLServerDataSource Members