AFTable.LinkExternal Method
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- 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.
|