Namespace:
SQLite
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic static int BindText(
IntPtr stmt,
int index,
string val,
int n,
IntPtr free
)
Parameters
- stmt
- Type: SystemIntPtr
- index
- Type: SystemInt32
- val
- Type: SystemString
- n
- Type: SystemInt32
- free
- Type: SystemIntPtr
Return Value
Type:
Int32
See Also