Show / Hide Table of Contents

Method sqliteStatement.BindNull


Overload

Calls sqlite3_bind_null.

public sqliteStatement BindNull(SLIndexOrName sqlParam)
Parameters
sqlParam  (SLIndexOrName)

Parameter name or 1-based index.

Returns
sqliteStatement

this.

Exceptions
SLException

Failed.

Remarks

Usually don't need to call this function. Unset parameter values are null. The Bind functions set null too if the value is null.