We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3445435 commit e700ae0Copy full SHA for e700ae0
Provider/src/FirebirdSql.Data.FirebirdClient/FirebirdClient/FbDatabaseInfo.cs
@@ -363,10 +363,7 @@ public Task<List<string>> GetActiveUsersAsync(CancellationToken cancellationToke
363
364
#region Constructors
365
366
- public FbDatabaseInfo()
367
- { }
368
-
369
- public FbDatabaseInfo(FbConnection connection)
+ public FbDatabaseInfo(FbConnection connection = null)
370
{
371
Connection = connection;
372
}
0 commit comments