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 492f3ec commit 9fa4dd0Copy full SHA for 9fa4dd0
Provider/src/FirebirdSql.Data.FirebirdClient/FirebirdClient/FbDatabaseInfo.cs
@@ -441,7 +441,7 @@ public Task<Guid> GetDbGuidAsync(CancellationToken cancellationToken = default)
441
return GetValueAsync<Guid>(IscCodes.fb_info_db_guid, cancellationToken);
442
}
443
444
- public FbZonedDateTime GeCreationTimestamp()
+ public FbZonedDateTime GetCreationTimestamp()
445
{
446
return GetValue<FbZonedDateTime>(IscCodes.fb_info_creation_timestamp_tz);
447
0 commit comments