DbEntityInstance Members
Include Protected Members
Include Inherited Members
Represents an adapter-specific database entity instance.
The DbEntityInstance type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DbEntityInstance(SharedEntityState, Object) | Infrastructure. | |
DbEntityInstance(MethodInstance, [], LobSystemInstance) | ||
DbEntityInstance(Entity, TypeDescriptor, Object, LobSystemInstance) | Infrastructure. |
Top
Properties
Name | Description | |
---|---|---|
AdapterObject | When overridden in a derived class, gets the native adapter object for this instance. (Inherited from AbstractInstance.) | |
DataClass | When overridden in a derived class, gets the DataClass object this instance belongs to. (Inherited from AbstractInstance.) | |
Entity | When overridden in a derived class, gets the entity this entity instance belongs to. (Inherited from AbstractEntityInstance.) | |
EntityAsDataTable | When overridden in a derived class, gets the entity instance as a DataTable with a single row of data containing the fields in the entity instance. (Inherited from AbstractEntityInstance.) | |
EntityAsFormattedDataTable | When overridden in a derived class, gets the entity instance as a DataTable object with a single row of data containing the fields in the entity instance with formatting of the complex fields in the entity instance. (Inherited from AbstractEntityInstance.) | |
Item[String] | When overridden in a derived class, gets the value of the field specified by the name on the native adapter object wrapped by this IEntityInstance object. (Inherited from AbstractInstance.) | |
Item[Field] | When overridden in a derived class, gets the value of the specified field on the native adapter object wrapped by this IEntityInstance . (Inherited from AbstractInstance.) | |
SharedEntityState | When overridden in a derived class, gets the SharedEntityState object for this entity instance. (Inherited from AbstractEntityInstance.) | |
TypeDescriptor | When overridden in a derived class, gets the root TypeDescriptor object of this instance. (Inherited from AbstractInstance.) | |
ViewDefinition | When overridden in a derived class, gets the current view of the instance. (Inherited from AbstractInstance.) |
Top
Methods
Name | Description | |
---|---|---|
CanUseAdapterObjectSampling | When overridden in a derived class, determines whether the instance can use adapter object sampling. (Inherited from AbstractInstance.) | |
EntityAsDataRow(DataTable) | When overridden in a derived class, exposes the entity instance as a DataRow object in the specified DataTable object. (Inherited from AbstractEntityInstance.) | |
EntityAsDataRow(DataTable, Boolean) | When overridden in a derived class, exposes the entity instance with or without fields with complex formatting as a DataRow object in the specified DataTable object. (Inherited from AbstractEntityInstance.) | |
EntityAsFormattedDataRow | When overridden in a derived class, exposes the entity instance as a DataRow object in the specified DataTable object with formatting of the complex fields in the entity instance. (Inherited from AbstractEntityInstance.) | |
Equals | (Inherited from Object.) | |
Execute(MethodInstance, LobSystemInstance) | Executes a specified method instance on the entity instance. . The IDs of the entity instance are plumbed into the API of the backend. (Inherited from AbstractEntityInstance.) | |
Execute(MethodInstance, LobSystemInstance, []) | Overrides some or all of the arguments in the back-end method and executes the method in the back-end application. (Inherited from AbstractEntityInstance.) | |
Finalize | (Inherited from Object.) | |
GetActionUrl | Gets the fully parameterized action URL populated with entity instance fields for the specified action. (Inherited from AbstractEntityInstance.) | |
GetAssociatedInstances(String) | When overridden in a derived class, gets the associated entity instances for this entity instance for the association specified by the name. (Inherited from AbstractEntityInstance.) | |
GetAssociatedInstances(Association) | When overridden in a derived class, gets the associated entity instances for this entity instance for the specified association. (Inherited from AbstractEntityInstance.) | |
GetAssociatedInstances(Association, FilterCollection) | When overridden in a derived class, gets a filtered set of associated entity instances for this entity instance for the specified association. (Inherited from AbstractEntityInstance.) | |
GetFormatted(String) | Gets the value of the field with the specified name after applying complex formatting. (Inherited from AbstractEntityInstance.) | |
GetFormatted(Field) | Gets the value of the specified field after applying complex formatting. (Inherited from AbstractEntityInstance.) | |
GetHashCode | (Inherited from Object.) | |
GetIdentifierValues | When overridden in a derived class, gets the identifier values of the entity instance. (Inherited from AbstractEntityInstance.) | |
GetType | (Inherited from Object.) | |
GetView | When overridden in a derived class, gets the same entity instance in the specified view. (Inherited from AbstractEntityInstance.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db Namespace