> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/api/graphql/data-access/enumerations/data-comparison-expression-entity-type.md).

# DataComparisonExpressionEntityType

The possible ways to reference a data object.

```graphql
enum DataComparisonExpressionEntityType {
  ColumnReferenceByName
  DataObject
}
```

### Values

#### ColumnReferenceByName <a href="#column-reference-by-name" id="column-reference-by-name"></a>

Reference will happen through the column name.

#### DataObject <a href="#data-object" id="data-object"></a>

Reference will happen through data object ID.

### Member Of

[`DataComparisonExpressionReference`](/api/graphql/data-access/object-types/data-comparison-expression-reference.md) object ● [`DataComparisonExpressionReferenceInput`](/api/graphql/data-access/input-types/data-comparison-expression-reference-input.md) input
