Provides contextual information about an item, such as the associated DataPlace..::.DPColumnRow,
Database, and DataRow Guid.
| C# |
public class DataItemContext
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| DataItemContext(DataPlace..::.DPColumnRow, Database, DataItemContext..::.GetRowGuid) |
Creates a new instance.
| |
| DataItemContext(DataPlace..::.DPColumnRow, Database, Guid) |
Creates a new instance.
| |
| AutoCompress |
Gets whether data compression is enabled.
| |
| Database |
Gets the database.
| |
| DpColumnRow |
Gets the associated DPColumn row.
| |
| Empty |
Gets an instance with default values.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| RowGuid |
Gets the DataRow Guid.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| DataItemContext | |