2 references to CurrentObject
System.Data.Common (2)
System\Data\ConstraintEnumerator.cs (2)
78
Debug.Assert(
CurrentObject
!= null, "GetObject should never be called w/ null currentObject.");
79
return (ForeignKeyConstraint)
CurrentObject
;