queryInstanceChange MethodStatic

Queries the InstanceChange for the specified instance change id.

See also

queryInstanceChange(iModel: BriefcaseDb, instanceChangeId: string): InstanceChange

@returns Returns the requested InstanceChange object (see ECDbChange.InstanceChange ECClass in the ECDbChange ECSchema)

@throws IModelError if instance change does not exist for the specified id, or if the change cache file hasn't been attached, or in case of other errors.

Parameter Type Description
iModel BriefcaseDb iModel
instanceChangeId string ECInstanceId of the InstanceChange (see ECDbChange.InstanceChange ECClass in the ECDbChange ECSchema)

Returns - InstanceChange

Returns the requested InstanceChange object (see ECDbChange.InstanceChange ECClass in the ECDbChange ECSchema)

Defined in

Last Updated: 02 May, 2024