Skip to content

Commit

Permalink
Fixing PR test issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
anpete committed Feb 1, 2017
1 parent 460c4d1 commit 200d9d0
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,7 @@ public override bool IsClosed
get { throw new NotImplementedException(); }
}

public override int RecordsAffected
{
get { throw new NotImplementedException(); }
}
public override int RecordsAffected => 0;

public override bool GetBoolean(int ordinal) => (bool)_currentRow[ordinal];

Expand Down

0 comments on commit 200d9d0

Please sign in to comment.