You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <remarks>As the underlying <see cref="DbCommand"/> implements <see cref="IDisposable"/> this is only created (and automatically disposed) where executing the command proper.</remarks>
public sealed class SqlServerCommand(SqlServerDatabase db, SqlStatement statement) : DatabaseCommand<SqlServerDatabaseArgs, SqlServerCommand>(db, statement) { }