Skip to content

Commit

Permalink
rephrase
Browse files Browse the repository at this point in the history
  • Loading branch information
JPryce-Aklundh committed Jan 15, 2025
1 parent ea47a33 commit c0b2242
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This section will first provide a brief overview of each type, and then go into

A property type value is one that can be stored as a node or relationship property.

The following data types are included in the property types category: `BOOLEAN`, `DATE`, `DURATION`, `FLOAT`, `INTEGER`, `LIST`, `LOCAL DATETIME`, `LOCAL TIME`, `POINT`, `STRING`, `ZONED DATETIME`, and `ZONED TIME`.
Property types are the most primitive types in Cypher and include the following: `BOOLEAN`, `DATE`, `DURATION`, `FLOAT`, `INTEGER`, `LIST`, `LOCAL DATETIME`, `LOCAL TIME`, `POINT`, `STRING`, `ZONED DATETIME`, and `ZONED TIME`.

* Property types can be returned from Cypher queries.
* Property types can be used as xref::syntax/parameters.adoc[parameters].
Expand Down

0 comments on commit c0b2242

Please sign in to comment.