Skip to main content

QueryOperand(String, String, DBColumnType) Constructor

Initializes a new instance of the QueryOperand class with the specified settings.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public QueryOperand(
    string columnName,
    string nodeAlias,
    DBColumnType columnType
)

Parameters

Name Type Description
columnName String

A String value that specifies the column’s name. This value is assigned to the QueryOperand.ColumnName field.

nodeAlias String

A String value that specifies the alias name of the table in a query. This value is assigned to the QueryOperand.NodeAlias field.

columnType DBColumnType
See Also