Skip to content

Commit a4e8ddf

Browse files
2 parents d2f4711 + 89ffc8f commit a4e8ddf

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Documentation/Parametr.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ Constructors:
33
```C#
44

55
public ParametrAttribute(
6-
string methodName,
76
Type parametrType,
87
string parametrName = null,
98
NpgsqlDbType dbType = NpgsqlDbType.Unknown,

Documentation/QueryBatch.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ Constructors:
33
```C#
44

55
public QueryBatchAttribute(
6-
string batchName,
76
QueryType queryType,
87
MethodType methodType
98
)

0 commit comments

Comments
 (0)