'Declaration Public Overrides NotOverridable Sub RefreshSchema()
'Usage Dim instance As TdCommandBuilder instance.RefreshSchema()
public override void RefreshSchema()
public: void RefreshSchema(); override
'Declaration Public Overrides NotOverridable Sub RefreshSchema()
'Usage Dim instance As TdCommandBuilder instance.RefreshSchema()
public override void RefreshSchema()
public: void RefreshSchema(); override
| Exception | Description |
|---|---|
| System.InvalidOperationException | The DataAdapter property is not set, SelectCommand of the associated TdDataAdapter is not set or no TdConnection is associated with DataAdapter.SelectCommand. |
| System.ObjectDisposedException | The TdCommandBuilder is closed/disposed. |
| Product | Versions | Platforms |
|---|---|---|
| .NET | 6, 7 | Windows, Linux, MacOS |
| .NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
| .NET Standard | 2.0 | Windows, Linux, MacOS |