Click or drag to resize

PFExternalConnectionSchema Property

Gets the schema of the data source, representing the source’s data definition on its last synchronization.

This object is used during the setup of a connection's binding to know which field can be bound with which external data.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFExternalConnection_Schema Schema { get; }

Property Value

Type: PFExternalConnection_Schema
See Also