IManagementDatabaseColumnMapping Interface

Represents a column mapping (information) in a management database.
Public Interface IManagementDatabaseColumnMapping 
Inherits IColumnMapping
This language is not supported or no code example is available.
public interface IManagementDatabaseColumnMapping : IColumnMapping
This language is not supported or no code example is available.
Name Description
Public property Category Gets the category of the column. (inherited from IColumnMapping).
Public property DisplayName Gets the localized display name of the column. (inherited from IColumnMapping).
Public property FieldType Gets the type of fields in the column. (inherited from IColumnMapping).
Public property IncludedForReading Gets or sets a value indicating whether the column (field) is to be included in data reading operations, such as IWbs.GetFullData and IMinute.GetFullData. (inherited from IColumnMapping).
Public property IsIdentifier Gets a value indicating whether this column is an identifier.
Public property Mnemonic Gets the mnemonic of the column. (inherited from IColumnMapping).
Public property PositionInExpanded Gets index of the column starting with 0. (inherited from IColumnMapping).
Public property TableToShow Gets the table that should be shown as a value of this column.
Top
Version
 
Available since QDV 7.14.520.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition