BdcDataAdapter Class |
Namespace: Colygon.MatchPoint.BusinessConnectivity
[SerializableAttribute] public class BdcDataAdapter : BaseDataAdapter
The BdcDataAdapter type exposes the following members.
Name | Description | |
---|---|---|
BdcDataAdapter | Initializes a new instance of the BdcDataAdapter class |
Name | Description | |
---|---|---|
DoesUserHaveWritePermissions | Checks in the ACL, whether the user has edit permissions on the item. (Overrides BaseDataAdapterDoesUserHaveWritePermissions(IUpdatable, MPInstance).) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetAvailableCommands | (Overrides BaseDataAdapterGetAvailableCommands(CommandLookupMode).) | |
GetCommandDefinitions | (Overrides BaseDataAdapterGetCommandDefinitions(Control, IUpdatable, MPInstance, CommandLookupMode).) | |
GetFields | (Inherited from BaseDataAdapter.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetUpdatable | Getter for the element being updated. (Overrides BaseDataAdapterGetUpdatable(MPInstance).) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
EntityMethod | Specifies the entity and a method that should be used to find or create an entity instance. | |
RecordIdExpression | Specifies an expression that returns the ID of an entity instance. If empty, a new instance will be created. | |
ShowBdcActions | Specifies whether the actions configured for the selected BDC entity should be displayed or not. |