DataAccess.Role.Role C# (CSharp) Method

Role() public method

public Role ( ) : System.Data.Linq
return System.Data.Linq
		public Role()
		{
			this._Logins = new EntitySet<Login>(new Action<Login>(this.attach_Logins), new Action<Login>(this.detach_Logins));
			OnCreated();
		}