SchemaZen.Library.Models.SqlUser.SqlUser C# (CSharp) Method

SqlUser() public method

public SqlUser ( string name, string owner ) : System.Collections.Generic
name string
owner string
return System.Collections.Generic
		public SqlUser(string name, string owner) {
			Name = name;
			Owner = owner;
		}