Skip to content

Commit d2f4711

Browse files
feat: Added a new optional parameter "methodParametrName" for ParametrAttribute
SoftStoneDevelop/Gedaq#19
1 parent 885042e commit d2f4711

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Src/Gedaq.Npgsql/Attributes/ParametrAttribute.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ public ParametrAttribute(
1919
bool sourceColumnNullMapping = false,
2020
DataRowVersion sourceVersion = DataRowVersion.Current,
2121
byte scale = 0,
22-
byte precision = 0
22+
byte precision = 0,
23+
string methodParametrName = null
2324
)
2425
{
2526
}

Src/Gedaq.Npgsql/Gedaq.Npgsql.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</ItemGroup>
99
<PropertyGroup>
1010
<PackageId>Gedaq.Npgsql</PackageId>
11-
<PackageVersion>1.2.2.1</PackageVersion>
11+
<PackageVersion>1.2.3.0</PackageVersion>
1212
<Authors>Brevnov Vyacheslav Sergeevich</Authors>
1313
<RepositoryUrl>https://github.com/SoftStoneDevelop/Gedaq.Npgsql</RepositoryUrl>
1414
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>

0 commit comments

Comments
 (0)