4 references to UNPREPARED
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (4)
122private 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; 4487Debug.Assert(_execType == EXECTYPE.UNPREPARED, "Invalid execType!"); 6010get { return(_execType != EXECTYPE.UNPREPARED);}