4 references to UNPREPARED
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (4)
122
private EXECTYPE _execType = EXECTYPE.
UNPREPARED
; // by default, assume the user is not sharing a connection so the command has not been prepared
507
_execType = EXECTYPE.
UNPREPARED
;
4487
Debug.Assert(_execType == EXECTYPE.
UNPREPARED
, "Invalid execType!");
6010
get { return(_execType != EXECTYPE.
UNPREPARED
);}