3 instantiations of SqlParameterCollection
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (2)
754
this._parameters = new
SqlParameterCollection
();
3757
SqlParameterCollection tempCollection = new
SqlParameterCollection
();
fx\src\data\System\Data\SqlClient\SqlCommandSet.cs (1)
139
parameters = new
SqlParameterCollection
();
36 references to SqlParameterCollection
System.Activities.DurableInstancing (7)
System\Activities\DurableInstancing\CreateWorkflowOwnerAsyncResult.cs (1)
67
SqlParameterCollection
parameters = sqlCommand.Parameters;
System\Activities\DurableInstancing\LoadWorkflowAsyncResult.cs (1)
64
SqlParameterCollection
parameters = command.Parameters;
System\Activities\DurableInstancing\SaveWorkflowAsyncResult.cs (5)
70
SqlParameterCollection
parameters = command.Parameters;
190
static void AddSerializedProperty(ArraySegment<byte> source,
SqlParameterCollection
parameters, string parameterName)
384
void ExtractServiceDeploymentInformation(SaveWorkflowCommand saveWorkflowCommand, StringBuilder commandTextBuilder,
SqlParameterCollection
parameters)
475
void SerializeAssociatedData(
SqlParameterCollection
parameters, SaveWorkflowCommand saveWorkflowCommand, StringBuilder commandTextBuilder)
529
void SerializePromotedProperties(
SqlParameterCollection
parameters, StringBuilder commandTextBuilder, SaveWorkflowCommand saveWorkflowCommand)
System.Data (22)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (18)
119
private
SqlParameterCollection
_parameters;
280
private List<
SqlParameterCollection
> _parameterCollectionList;
436
SqlParameterCollection
parameters = Parameters;
749
new public
SqlParameterCollection
Parameters {
3757
SqlParameterCollection
tempCollection = new SqlParameterCollection();
5098
SqlParameterCollection
parameters = _parameters;
5153
SqlParameterCollection
parameters = GetCurrentParameterCollection();
5289
SqlParameterCollection
parameters = GetCurrentParameterCollection();
5316
private
SqlParameterCollection
GetCurrentParameterCollection() {
5331
private SqlParameter GetParameterForOutputValueExtraction(
SqlParameterCollection
parameters,
5416
private void SetUpRPCParameters (_SqlRPC rpc, int startCount, bool inSchema,
SqlParameterCollection
parameters) {
5527
private int CountSendableParameters(
SqlParameterCollection
parameters) {
5541
private int GetParameterCount(
SqlParameterCollection
parameters) {
5548
private void BuildRPC(bool inSchema,
SqlParameterCollection
parameters, ref _SqlRPC rpc) {
5617
private void BuildExecuteSql(CommandBehavior behavior, string commandText,
SqlParameterCollection
parameters, ref _SqlRPC rpc) {
5739
internal string BuildParamList(TdsParser parser,
SqlParameterCollection
parameters, bool includeReturnValue = false) {
6084
_parameterCollectionList = new List<
SqlParameterCollection
>();
6128
internal void AddBatchCommand(string commandText,
SqlParameterCollection
parameters, CommandType cmdType, SqlCommandColumnEncryptionSetting columnEncryptionSetting) {
fx\src\data\System\Data\SqlClient\SqlCommandSet.cs (4)
35
internal readonly
SqlParameterCollection
Parameters;
40
internal LocalCommand(string commandText,
SqlParameterCollection
parameters, int returnParameterIndex, CommandType cmdType, SqlCommandColumnEncryptionSetting columnEncryptionSetting) {
135
SqlParameterCollection
parameters = null;
137
SqlParameterCollection
collection = command.Parameters;
System.Web (7)
UI\WebParts\SqlPersonalizationProvider.cs (7)
90
SqlParameterCollection
parameters = command.Parameters;
210
SqlParameterCollection
parameters = command.Parameters;
316
SqlParameterCollection
parameters = command.Parameters;
392
SqlParameterCollection
parameters = command.Parameters;
646
SqlParameterCollection
parameters = command.Parameters;
698
SqlParameterCollection
parameters = command.Parameters;
811
SqlParameterCollection
parameters = command.Parameters;