Click or drag to resize

PFExternalDataProviderExtendBindingsToFullSchema Method

Generates a new bindings object containing the specified bindings and fake bindings for each not yet referenced data in the schema.

This is used in the GetData method when the includeAllMetadata parameter is set to True.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
protected PFExternalConnection_Bindings ExtendBindingsToFullSchema(
	PFExternalConnection_Bindings bindings,
	PFExternalConnection_Schema schema = null
)

Parameters

bindings
Type: Packflow.CorePFExternalConnection_Bindings
The bindings.
schema (Optional)
Type: Packflow.CorePFExternalConnection_Schema
The schema, optional.

Return Value

Type: PFExternalConnection_Bindings
PFExternalConnection_Bindings
See Also