Serenity.Data.SqlUpdate.SqlUpdate C# (CSharp) Method

SqlUpdate() public method

Creates a new SqlUpdate query.
public SqlUpdate ( string tableName ) : System
tableName string /// Tablename (required).
return System
        public SqlUpdate(string tableName)
        {
            Initialize(tableName);
        }