7 references to SmiExecuteType
System.Data (7)
fx\src\data\Microsoft\SqlServer\Server\SmiRequestExecutor.cs (2)
37SmiExecuteType executeType // Type of execute called (NonQuery/Pipe/Reader/Row, etc) 86SmiExecuteType executeType // Type of execute called (NonQuery/Pipe/Reader/Row, etc)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (5)
3146SmiExecuteType execType; 3148execType = SmiExecuteType.ToPipe; 3150execType = SmiExecuteType.NonQuery; 4606SmiExecuteType.Reader 4614SmiExecuteType.Reader