[sqlite] Please explain SQLiteConnection.GetSchema restrictionValues

2015-05-16 Thread William Drago
Thank you very much, Joe. I'll chew on this for a while and see if I can make sense of it. -Bill On 5/15/2015 11:34 PM, Joe Mistachkin wrote: > I just updated the documentation with more details, here: > > https://system.data.sqlite.org/index.html/ci/4be7ad3120577d30?sbs=0 > > -- > Joe

[sqlite] Please explain SQLiteConnection.GetSchema restrictionValues

2015-05-15 Thread Joe Mistachkin
I just updated the documentation with more details, here: https://system.data.sqlite.org/index.html/ci/4be7ad3120577d30?sbs=0 -- Joe Mistachkin

[sqlite] Please explain SQLiteConnection.GetSchema restrictionValues

2015-05-15 Thread William Drago
All, I'm using SQLiteConnection.GetSchema, and it is working, but I don't really understand why. Can anyone explain or point me to an explanation of how restrictionValues are used in that method? There's no explanation in SQLite.NET.chm and the little bit I could find on line is not very