2 writes to OutputKey
System.Data.Linq (2)
SqlClient\Query\QueryConverter.cs (1)
2434
sin.
OutputKey
= new SqlColumn(id.Type, sql.Default(id), id.Name, id, null, this.dominatingExpression);
SqlClient\Query\SqlDuplicator.cs (1)
167
n.
OutputKey
= si.OutputKey;
12 references to OutputKey
System.Data.Linq (12)
SqlClient\Query\QueryConverter.cs (2)
2455
this.GetIdentityExpression(id, sin.
OutputKey
!= null)
2469
if (sin.
OutputKey
== null) {
SqlClient\Query\SqlDuplicator.cs (1)
167
n.OutputKey = si.
OutputKey
;
SqlClient\Query\SqlFormatter.cs (9)
988
if (si.
OutputKey
!= null) {
990
this.WriteName(si.
OutputKey
.Name);
992
sb.Append(si.
OutputKey
.SqlType.ToQueryString());
997
sb.Append(si.
OutputKey
.SqlType.ToQueryString());
1015
if (si.
OutputKey
!= null) {
1018
this.WriteName(si.
OutputKey
.MetaMember.MappedName);
1040
if (si.
OutputKey
!= null) {
1044
sb.Append(si.
OutputKey
.Name);
1049
this.WriteName(si.
OutputKey
.Name);