Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
cheenamalhotra committed Dec 24, 2019
1 parent 6236fe9 commit 7a61da6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ internal void Append(SqlCommand command)
if (null != byteValues)
{
int offset = p.Offset;
int size = p.GetActualSize;
int size = p.GetActualSize();
int countOfBytes = byteValues.Length - offset;
if ((0 != size) && (size < countOfBytes))
{
Expand Down

0 comments on commit 7a61da6

Please sign in to comment.