4 references to CommandId
System.Data.Entity (4)
System\Data\Common\Internal\Materialization\ColumnMapKeyBuilder.cs (1)
259"S({0}-{1}:{2})", columnMap.CommandId, columnMap.ColumnPos, columnMap.Type.Identity);
System\Data\Query\InternalTrees\ColumnMap.cs (1)
227return String.Format(CultureInfo.InvariantCulture, "S({0},{1})", this.CommandId, this.ColumnPos);
System\Data\Query\InternalTrees\ColumnMapCopier.cs (1)
273return new ScalarColumnMap(columnMap.Type, columnMap.Name, columnMap.CommandId, columnMap.ColumnPos);
System\Data\Query\InternalTrees\Dump.cs (1)
778attrs.Add("CommandId", columnMap.CommandId);