AFTableConnection Constructor
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- 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
|