Skip to content

Commit

Permalink
[GRAPHDB-57] implemented SupportsNullableKeys method
Browse files Browse the repository at this point in the history
  • Loading branch information
sunlounger committed Nov 30, 2011
1 parent 34766d7 commit 90942f2
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,10 @@ public override void Clear()

public override bool SupportsNullableKeys
{
get { throw new NotImplementedException(); }
get
{
return false;
}
}

#endregion
Expand Down

0 comments on commit 90942f2

Please sign in to comment.