Click or drag to resize
IDataContext Interface
Meta information about a data object.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public interface IDataContext

The IDataContext type exposes the following members.

Properties
  NameDescription
Public propertyDataSource
Information about the data source.
Public propertyIsChanged
Indicates if data in the related data object has been changed.
Public propertyLocale
The related data object was retrieved with this locale set. Can be null if the data handling is independent of locale.
Top
See Also