4 references to PREPARED
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (4)
940
Debug.Assert(_execType != EXECTYPE.
PREPARED
, "Invalid attempt to Prepare already Prepared command!");
4465
if(_execType == EXECTYPE.
PREPARED
) {
4472
if (_execType == EXECTYPE.
PREPARED
) {
4480
_execType = EXECTYPE.
PREPARED
;