Activout.DatabaseClient.Attributes.SqlUpdateAttribute.SqlUpdateAttribute C# (CSharp) Method

SqlUpdateAttribute() public method

public SqlUpdateAttribute ( string sql )
sql string
        public SqlUpdateAttribute(string sql) : base(sql)
        {
        }
    }
SqlUpdateAttribute