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 40ecde3 commit 35ac4eaCopy full SHA for 35ac4ea
src/Ydb.Sdk/src/Ado/YdbCommand.cs
@@ -107,7 +107,7 @@ protected override DbConnection? DbConnection
107
else
108
{
109
throw new ArgumentException(
110
- $"Unsupported DbTransaction type: {value?.GetType()}, expected: {typeof(YdbConnection)}");
+ $"Unsupported DbTransaction type: {value.GetType()}, expected: {typeof(YdbConnection)}");
111
}
112
113
0 commit comments