tryPrepareStatement Method
Prepare an ECSQL statement.
tryPrepareStatement(sql: string): undefined | ECSqlStatement
@returns undefined
if there is a problem preparing the statement.
Parameter | Type | Description |
---|---|---|
sql | string | The ECSQL statement to prepare |
Returns - undefined | ECSqlStatement
undefined
if there is a problem preparing the statement.
Defined in
- core/backend/src/IModelDb.ts Line 1058
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.