ILog

Assembly: Db;

Namespace: Prognoz.Platform.Interop.Db;

Description

The ILog interface contains properties and methods of the Log repository object.

Inheritance Hierarchy

ILog

Comments

when a new log is created, to ensure its correct work, determine the following minimum set of properties in the settings:

Properties

  Property name Brief description
The Database property determines a database in which the log is stored.
The Fields property returns an object containing all fields of log.
The NativeName property determines a physical name of log.

Methods

  Method name Brief description
The AlterLog method updates the table structure of the specified log on database server, according to structure of current log.
The CreateLog method creates a log in database on the basis of available metadata.
The DropLog method removes log from database.
The PutRecord method adds a record to the log.
The UpdateLog method updates log table structure in a database.

See also:

Db Assembly Interfaces | IDatasetModel | IDatasetInstance