Click or drag to resize

BdcDataAdapterGetCommandDefinitions Method

Namespace:  Colygon.MatchPoint.BusinessConnectivity
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
protected override IEnumerable<Command> GetCommandDefinitions(
	Control container,
	IUpdatable updatable,
	MPInstance instance,
	CommandLookupMode mode
)

Parameters

container
Type: System.Web.UIControl
updatable
Type: Colygon.MatchPoint.Core.DataAdaptersIUpdatable
instance
Type: Colygon.MatchPoint.CoreMPInstance
mode
Type: Colygon.MatchPoint.Core.WebPartsCommandLookupMode

Return Value

Type: IEnumerableCommand
See Also