PFExternalConnection_Location_SQL Properties |
The PFExternalConnection_Location_SQL type exposes the following members.
| Name | Description | |
|---|---|---|
| ConnectionString |
Gets or sets the connection string targeting the SQL database.
| |
| DatabaseType |
Gets or sets the type of targeted database.
| |
| Query |
Gets or sets the SQL query used to obtain the data from the database.
This is optional.
| |
| TableName |
Gets or sets the name of the SQL table where the data can be found.
Note: you should include the schema name, "SCHEMA.TABLE". | |
| Type |
Gets the type of location in an enum form.
(Overrides PFExternalConnection_LocationType.) |