Skip to content

Commit

Permalink
feat: Added a new optional parameter "methodParametrName" for Paramet…
Browse files Browse the repository at this point in the history
  • Loading branch information
SoftStoneDevelop committed May 28, 2023
1 parent 60a1040 commit 2f66349
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Src/Gedaq.MySqlConnector/Attributes/ParametrAttribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ public ParametrAttribute(
bool sourceColumnNullMapping = false,
DataRowVersion sourceVersion = DataRowVersion.Current,
byte scale = 0,
byte precision = 0
byte precision = 0,
string methodParametrName = null
)
{
}
Expand Down
2 changes: 1 addition & 1 deletion Src/Gedaq.MySqlConnector/Gedaq.MySqlConnector.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</ItemGroup>
<PropertyGroup>
<PackageId>Gedaq.MySqlConnector</PackageId>
<PackageVersion>1.1.2.0</PackageVersion>
<PackageVersion>1.1.3.0</PackageVersion>
<Authors>Brevnov Vyacheslav Sergeevich</Authors>
<RepositoryUrl>https://github.com/SoftStoneDevelop/Gedaq.MySqlConnector</RepositoryUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
Expand Down

0 comments on commit 2f66349

Please sign in to comment.