Click or drag to resize

PFExternalConnection_Type Enumeration

Identifies the type of data source referenced by a PFExternalConnection .

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public enum PFExternalConnection_Type
Members
  Member nameValueDescription
Excel0 An MS Office Excel file.
SQLDatabase1 An SQL database, MS Office Access or MS SQL Server.
GraphDatabase2 A graph database, represent data in graph structures as nodes and edges, which are relationships between nodes.
DocumentStoreDatabase3 A database following the Document Store model, like MongoDB or CouchDB.
Cassandra4 A Cassandra database.
SharePoint5 A SharePoint list.
See Also