Create Local Object
Create a Local Object of the specified type.
Description
Creates an instance of the specified data type. It is said to be local because it is not yet persisted in the main database. See Persist Object for how to persist in the database a newly created local object.
Inputs
- data type (Type): The model of the instance.
Outputs
- object (Object): The created instance.