SchemaInfoCollectionUpdateViewBaseTableNames Method |
Updates the base table names when the object is a view. Works for SQL Server only.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void UpdateViewBaseTableNames(
IDatabase db,
string viewName
)
Public Sub UpdateViewBaseTableNames (
db As IDatabase,
viewName As String
)
Parameters
- db
- Type: NetQuarryIDatabase
The database from which to update. - viewName
- Type: SystemString
The name of the view to update.
See Also