Requery
This property determines whether or not the SelectCommand
is reexecuted on the next call to Fill
.
Declaration
// C# public Boolean Requery {get; set;}
Property Value
Returns true
if the SelectCommand
is reexecuted on the next call to Fill
; otherwise, returns false
.