ActiveDatabaseSoftware.ActiveQueryBuilder Namespace : UserMessageId Enumeration |
'Declaration Public Enum UserMessageId Inherits System.Enum
'Usage Dim instance As UserMessageId
public enum UserMessageId : System.Enum
__value public enum UserMessageId : public System.Enum
Member | Description |
---|---|
ColumnNameAlreadyUsed | Notifies that the specified alias matches the name of another column. Multiple columns with same name in a sub-query may lead to inconsistency in the calling sub-query. |
DeletingAliasCausesConflict | Notifies that deleting an alias leads to matching this column name to the name of another column. Multiple columns with same name in a sub-query may lead to inconsistency in the calling sub-query. |
SelectingExpressionCausesConflict | Notifies that adding the expression leads to the same named columns in the sub-query. Multiple columns with same name in a sub-query may lead to inconsistency in the calling sub-query. |
System.Object
System.ValueType
System.Enum
ActiveDatabaseSoftware.ActiveQueryBuilder.UserMessageId