We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2f4711 + 89ffc8f commit a4e8ddfCopy full SHA for a4e8ddf
Documentation/Parametr.md
@@ -3,7 +3,6 @@ Constructors:
3
```C#
4
5
public ParametrAttribute(
6
- string methodName,
7
Type parametrType,
8
string parametrName = null,
9
NpgsqlDbType dbType = NpgsqlDbType.Unknown,
Documentation/QueryBatch.md
public QueryBatchAttribute(
- string batchName,
QueryType queryType,
MethodType methodType
)
0 commit comments