Click or drag to resize

PFExternalConnection_Location_SQL Properties

The PFExternalConnection_Location_SQL type exposes the following members.

Properties
  NameDescription
Public propertyConnectionString
Gets or sets the connection string targeting the SQL database.
Public propertyDatabaseType
Gets or sets the type of targeted database.
Public propertyQuery
Gets or sets the SQL query used to obtain the data from the database. This is optional.
Public propertyTableName
Gets or sets the name of the SQL table where the data can be found.

Note: you should include the schema name, "SCHEMA.TABLE".

Public propertyType
Gets the type of location in an enum form.
(Overrides PFExternalConnection_LocationType.)
Top
See Also