Active Query Builder 2 .NET Edition reference
UserMessageId Enumeration



Lists possible situations that require to warn the user.
Syntax
'Declaration
 
Public Enum UserMessageId 
   Inherits System.Enum
'Usage
 
Dim instance As UserMessageId
public enum UserMessageId : System.Enum 
__value public enum UserMessageId : public System.Enum 
Members
MemberDescription
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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ActiveDatabaseSoftware.ActiveQueryBuilder.UserMessageId

See Also

Reference

ActiveDatabaseSoftware.ActiveQueryBuilder Namespace

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback