Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Create a new User object. PARAMETERS: Name (String), Description (String), Password (String).

Syntax

Code Block
languagevb
Public Function Create ( _
   ByVal Name As Variant, _
   ByVal Description As Variant, _
   ByVal Password As Variant _
) As User

Parameters

  • Name
  • Description
  • Password

Remarks

In ER/Studio 8.5 and later, this method replaces the Add method.


Info
titleSee Also