bindGuid Method
Bind a Guid parameter
bindGuid(parameter: BindParameter, guid: string): void
Parameter | Type | Description |
---|---|---|
parameter | BindParameter | Index (1-based) or name of the parameter (including the initial ':', '@' or ' ) |
guid | string |
Returns - void
Defined in
- core/backend/src/SqliteStatement.ts Line 275
Last Updated: 14 July, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.