Click or drag to resize
weroSoft AG, Software
IDataContext Interface
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the base type of a data context of the data access layer.

Namespace:  WeroSoft.Data.Interface
Assembly:  WeroSoft.Data.Library (in WeroSoft.Data.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public interface IDataContext : IDisposable

The IDataContext type exposes the following members.

Properties
  NameDescription
Public propertyKind
Gets the kind the data context is for.
Public propertyTrace
Gets the trace providing source.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetDataT
Gets the data. The result can be cast with parameter T.
Public methodIncrementInstance
Increments the instance counter for tracking when the context will be disposed.
Public methodSave
Commits the data to the data interface.
Top
See Also