AFTableConnection Constructor
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Initializes a new instance of the class.
Overload List
| Name | Description | |
|---|---|---|
| AFTableConnection |
Initializes a new instance of the class with default values.
| |
| AFTableConnection(String) |
Initializes a new instance of the class with the specified name.
| |
| AFTableConnection(String, IDbDataAdapter) |
Overload to create an AFTableConnection using an existing IDbDataAdapter
| |
| AFTableConnection(String, String, Boolean, SecureString) |
Overload to create an AFTableConnection a connection string and optionally a password
|