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