1 write to arguments
System.Data.Entity (1)
System\Data\Common\CommandTrees\ExpressionBuilder\Row.cs (1)
30this.arguments = new System.Collections.ObjectModel.ReadOnlyCollection<KeyValuePair<string, DbExpression>>(Helpers.Prepend(columnValues, columnValue));
1 reference to arguments
System.Data.Entity (1)
System\Data\Common\CommandTrees\ExpressionBuilder\Row.cs (1)
41return DbExpressionBuilder.NewRow(this.arguments);