SQLite.Net-PCL icon indicating copy to clipboard operation
SQLite.Net-PCL copied to clipboard

return results of class CreateTablesResult

Open Hamza54 opened this issue 9 years ago • 0 comments

Hello,

I would like to know if there is away to know if a table has been created using CreateTablesResult properties.

I use it like the following to create my tables, and based on whether the table is created or not I want to add some logic.

CreateTablesResult x = await _context.CreateTableAsync<SomeClass>();

Thanks

Hamza54 avatar Jan 25 '17 12:01 Hamza54