public override IEnumerable <string> SqlCommands <TKey>(CommandProvider <TKey> commandProvider, IDbConnection connection)
 {
     yield return(commandProvider.AddColumnCommand(ColumnInfo));
 }