Click or drag to resize

BdcDataAdapterGetUpdatable Method

Getter for the element being updated.

Namespace:  Colygon.MatchPoint.BusinessConnectivity
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public override IUpdatable GetUpdatable(
	MPInstance instance
)

Parameters

instance
Type: Colygon.MatchPoint.CoreMPInstance
The corresponding MatchPoint instance.

Return Value

Type: IUpdatable
The element being updated.
See Also