Method BindParam
BindParam(string, int)
Binds the specified parameter with the specified value.
public void BindParam(string param, int value)
Parameters
Exceptions
- InvalidOperationException
Thrown if the query has already been executed.
BindParam(string, float)
Binds the specified parameter with the specified value.
public void BindParam(string param, float value)
Parameters
Exceptions
- InvalidOperationException
Thrown if the query has already been executed.
BindParam(string, string)
Binds the specified parameter with the specified value.
public void BindParam(string param, string value)
Parameters
Exceptions
- InvalidOperationException
Thrown if the query has already been executed.
BindParam(string, Vector3)
Binds the specified parameter with the specified value.
public void BindParam(string param, Vector3 value)
Parameters
Exceptions
- InvalidOperationException
Thrown if the query has already been executed.
BindParam(string, NwObject)
Binds the specified parameter with the specified value.
public void BindParam(string param, NwObject value)
Parameters
Exceptions
- InvalidOperationException
Thrown if the query has already been executed.