/
krasninja
/
querycat
Обзор
Документация
Войти
/
krasninja
/
querycat
Код
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
src/QueryCat.Backend.Core/Data/RowsOutputOptions.cs
13 строк
349 B
Ivan Kozhin
Create Core module, move main classes there
24 авг 2023, 19:38
24 авг 2023, 19:38
4588519
Код
Авторство
О чём код?
namespace QueryCat.Backend.Core.Data; /// <summary> /// Options of rows output. /// </summary> public class RowsOutputOptions { /// <summary> /// If possible the host application will try to adjust columns lengths. /// It can be useful for console output. /// </summary> public bool RequiresColumnsLengthAdjust { get; init; } }