ITS Smoynihan wrote: > > The MS note in > http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlcommandbuil > der.aspx would not make sense otherwise, if it is going to null out the > texts >
That page of documentation is specific to the provider for SQL Server. None of the DbCommandBuilder derived classes appear, at least publically, to store any text to be used for later reconstructing the commands disposed by the RefreshSchema method. The RefreshSchema method is implemented by the DbCommandBuilder class itself (part of the .NET Framework), not System.Data.SQLite and the DbCommandBuilder class does not null out any texts because there are none stored to null out. What problem you are reporting here? Where does any documentation on the DbCommandBuilder class or the SQLiteCommandBuilder class directly mention storing command text (via the public interface)? -- Joe Mistachkin _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users