1. General data types

    Article: AN0001648Updated:

    There are data types, definition of which corresponds to .NET Framework data types, used for needs of modules, scripting and web services.

    Nullable types

    These types can contain NULL value, which means not defined. This property is displayed by means of question mark after the data type, e.g.: int?, DateTime?.

×