Ejemplo n.º 1
0
 public static extern ResultCode BindBlob(IntPtr stmHandle, int index, byte[] blobPtr, int size, SpecialDestructor destructor);
Ejemplo n.º 2
0
 public static extern ResultCode BindText(IntPtr stmHandle, int index, byte[] value, int size, SpecialDestructor destructor);