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