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: 2013.11.0.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