Для изменения размера нажмите или перетащите

OperationExecuteAsync - метод

Пространство имён:  Tessa.Extensions.Default.Console.SqlScript
Сборка:  Tessa.Extensions.Default.Console (в Tessa.Extensions.Default.Console.dll) Версия: 3.5.0.19
Синтаксис
public static Task<int> ExecuteAsync(
	IConsoleLogger logger,
	IEnumerable<string> source,
	string configurationString,
	string databaseName,
	IEnumerable<string> parameters,
	bool selectMode,
	bool csvResult = false,
	int topRowCount = 0,
	char csvSeparator = ';',
	bool showHeaders = false,
	CancellationToken cancellationToken = default
)

Параметры

logger
Тип: Tessa.Platform.ConsoleAppsIConsoleLogger
source
Тип: System.Collections.GenericIEnumerableString
configurationString
Тип: SystemString
databaseName
Тип: SystemString
parameters
Тип: System.Collections.GenericIEnumerableString
selectMode
Тип: SystemBoolean
csvResult (Optional)
Тип: SystemBoolean
topRowCount (Optional)
Тип: SystemInt32
csvSeparator (Optional)
Тип: SystemChar
showHeaders (Optional)
Тип: SystemBoolean
cancellationToken (Optional)
Тип: System.ThreadingCancellationToken

Возвращаемое значение

Тип: TaskInt32
См. также