ISetDatabase Interface

Represents a database of sets.
Public Interface ISetDatabase
This language is not supported or no code example is available.
public interface ISetDatabase
This language is not supported or no code example is available.
Name Description
Public property DbConnection Gets the direct access to the database connection.
Public property FamilyTree Gets a tree hierarchy of article families in the database.
Public property FieldsRepository Gets the repository which provides access to fields in this database and to their management.
Public property FullPathToDatabase Gets the full path to the database.
Top
Methods
 
Name Description
Public method Close() Closes the database.
Public method CreateSet(string, string, string, string, string, bool) Creates a new set in the database.
Public method DeleteSet(long) Deletes a set from the database.
Public method GetAllSets() Returns the list of all sets in the database.
Public method GetCurrentSetID() Returns the unique ID of the current set.
Public method GetSet(long) Returns the set with specified ID from the database.
Public method GetSet(string) Returns the set with specified reference from the database.
Public method RunQdvMacro(string, ref MacroExecutionError, ICallingContext) Runs a macro in the set DB.
Top
Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition