internal SpryUpdateTable(SpryUpdate <TDto> spry, string tableName, string schema) : base(tableName, schema) { _spry = spry; }