diff --git a/10/umbraco-cms/reference/management/models/datatype.md b/10/umbraco-cms/reference/management/models/datatype.md index f724b563a76..28b860d0599 100644 --- a/10/umbraco-cms/reference/management/models/datatype.md +++ b/10/umbraco-cms/reference/management/models/datatype.md @@ -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 diff --git a/11/umbraco-cms/reference/management/models/datatype.md b/11/umbraco-cms/reference/management/models/datatype.md index f724b563a76..28b860d0599 100644 --- a/11/umbraco-cms/reference/management/models/datatype.md +++ b/11/umbraco-cms/reference/management/models/datatype.md @@ -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 diff --git a/12/umbraco-cms/reference/management/models/datatype.md b/12/umbraco-cms/reference/management/models/datatype.md index f724b563a76..28b860d0599 100644 --- a/12/umbraco-cms/reference/management/models/datatype.md +++ b/12/umbraco-cms/reference/management/models/datatype.md @@ -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 diff --git a/13/umbraco-cms/reference/management/models/datatype.md b/13/umbraco-cms/reference/management/models/datatype.md index f724b563a76..28b860d0599 100644 --- a/13/umbraco-cms/reference/management/models/datatype.md +++ b/13/umbraco-cms/reference/management/models/datatype.md @@ -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