ModelDataAdapter Class |
Namespace: Colygon.MatchPoint.EntityModel
[SerializableAttribute] public class ModelDataAdapter : BaseDataAdapter
The ModelDataAdapter type exposes the following members.
Name | Description | |
---|---|---|
ModelDataAdapter | Initializes a new instance of the ModelDataAdapter class |
Name | Description | |
---|---|---|
DoesUserHaveWritePermissions | (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 | (Overrides BaseDataAdapterGetFields(MPInstance).) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetUpdatable | (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 | |
---|---|---|
Entity | Specifies the entity that should be used by the data adapter. | |
RecordIdExpression | Specifies the expression that is used to reference the record. If left empty or the expression returns null a new record will be created. |