Skip to content

Commit 7e6fbdd

Browse files
committed
Fixed an error
1 parent 005bd6a commit 7e6fbdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/docs/en/core/reference/languages-and-apis/ado-net/basic-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ ydbCommand.Parameters.Add(new YdbParameter("season_id", DbType.UInt64, 1U));
174174
ydbCommand.Parameters.Add(new YdbParameter("limit_size", DbType.UInt64, 3U));
175175
```
176176

177-
With ADO.NET, the query will be prepared for you so that the variables match [YQL](../../yql/reference/index.md). The type will be determined according to the [DbType](https://learn.microsoft.com/en-us/dotnet/api/system.data.dbtype) or the .NET type of the value itself.
177+
With ADO.NET, the query will be prepared for you so that the variables match [YQL](../../../yql/reference/index.md). The type will be determined according to the [DbType](https://learn.microsoft.com/en-us/dotnet/api/system.data.dbtype) or the .NET type of the value itself.
178178
179179
## Parameter Types
180180

0 commit comments

Comments
 (0)