Deveel.Data.Sql.Statements.RevokeRoleStatement.RevokeRoleStatement C# (CSharp) 메소드

RevokeRoleStatement() 공개 메소드

public RevokeRoleStatement ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System
        public RevokeRoleStatement(SerializationInfo info, StreamingContext context)
            : base(info, context)
        {
            Grantee = info.GetString("Grantee");
            RoleName = info.GetString("Role");
            Admin = info.GetBoolean("Admin");
        }

Same methods

RevokeRoleStatement::RevokeRoleStatement ( string grantee, string roleName ) : System