William Drago wrote: > > 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 helpful. >
The MSDN docs that specify how this method is supposed to work are here: https://msdn.microsoft.com/en-us/library/y53he2tz%28v=vs.110%29.aspx The source code for the method is here: https://system.data.sqlite.org/index.html/artifact?filename=System.Data.SQLi te/SQLiteConnection.cs&ci=tip&ln=3660-3709 -- Joe Mistachkin