GeoEco.Datasets.SQLite.SQLiteDatabase.DeleteLazyPropertyValue

SQLiteDatabase.DeleteLazyPropertyValue(name)

Deletes the lazy property with the specified name.

Use this function to force a lazy property to be reloaded from the underlying physical source of the data.

Parameters:

name (str) – Name of the lazy property to delete. Minimum length꞉ 1. Must match regular expression꞉ [a-zA-Z][a-zA-Z0-9_]+.