AFTable.LinkExternal Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Allows the table to be linked to an external source.
Overload List
| Name | Description | |
|---|---|---|
| LinkExternal(IDbDataAdapter) | Obsolete.
This method allows the table to be linked to an external database.
| |
| LinkExternal(IDbDataAdapter, Boolean, SecureString) |
This method allows the table to be linked to an external source while protecting security.
| |
| LinkExternal(AFTableConnection, String, IDictionaryString, Object) |
This method allows the table to be linked to an external source using a AFTableConnection
and specifying default table parameters.
| |
| LinkExternal(IDbDataAdapter, Boolean, SecureString, IDictionaryString, Object) |
This method allows the table to be linked to an external source while protecting security
and specifying default table parameters.
|