SqlCeCommandBuilder.RefreshSchema Method
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Refreshes the database schema information used to generate INSERT, UPDATE, or DELETE statements.
[Visual Basic] Public Sub RefreshSchema() [C#] public void RefreshSchema(); [C++] public: void RefreshSchema(); [JScript] public function RefreshSchema();
Remarks
An application should call RefreshSchema whenever the SELECT statement associated with the SqlCeCommandBuilder changes.
An application should call RefreshSchema whenever the SelectCommand value of the SqlCeDataAdapter changes.
Requirements
Platforms: .NET Compact Framework
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
SqlCeCommandBuilder Class | SqlCeCommandBuilder Members | System.Data.SqlServerCe Namespace
Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.