Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 10/umbraco-cms/reference/management/models/datatype.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Gets or Sets the DatabaseType as a `ValueStorageType` enum for which the DataTyp

### .Id

Returns the unique `DataType` Id as a `Int`, this ID is based on a Database identity field, and is therefore not safe to reference in code which are moved between different instances, use Key instead.
Returns the unique `DataType` ID as an `Int`. The ID, derived from a database identity field, isn't safe for code references as they are moved across instances. Therefore it's recommended to use `Key` instead.

### .Key

Expand Down
2 changes: 1 addition & 1 deletion 11/umbraco-cms/reference/management/models/datatype.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Gets or Sets the DatabaseType as a `ValueStorageType` enum for which the DataTyp

### .Id

Returns the unique `DataType` Id as a `Int`, this ID is based on a Database identity field, and is therefore not safe to reference in code which are moved between different instances, use Key instead.
Returns the unique `DataType` ID as an `Int`. The ID, derived from a database identity field, isn't safe for code references as they are moved across instances. Therefore it's recommended to use `Key` instead.

### .Key

Expand Down
2 changes: 1 addition & 1 deletion 12/umbraco-cms/reference/management/models/datatype.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Gets or Sets the DatabaseType as a `ValueStorageType` enum for which the DataTyp

### .Id

Returns the unique `DataType` Id as a `Int`, this ID is based on a Database identity field, and is therefore not safe to reference in code which are moved between different instances, use Key instead.
Returns the unique `DataType` ID as an `Int`. The ID, derived from a database identity field, isn't safe for code references as they are moved across instances. Therefore it's recommended to use `Key` instead.

### .Key

Expand Down
2 changes: 1 addition & 1 deletion 13/umbraco-cms/reference/management/models/datatype.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Gets or Sets the DatabaseType as a `ValueStorageType` enum for which the DataTyp

### .Id

Returns the unique `DataType` Id as a `Int`, this ID is based on a Database identity field, and is therefore not safe to reference in code which are moved between different instances, use Key instead.
Returns the unique `DataType` ID as an `Int`. The ID, derived from a database identity field, isn't safe for code references as they are moved across instances. Therefore it's recommended to use `Key` instead.

### .Key

Expand Down