Creates new instance of the User class.
      
    Namespace: 
   PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
 Syntax
Syntax
| C# | 
|---|
| public User( string name ) | 
| Visual Basic (Declaration) | 
|---|
| Public Sub New ( _ name As String _ ) | 
| Visual C++ | 
|---|
| public: User( String^ name ) | 
Parameters
- name
- Type: System..::.String





