Base:
property
PropagatorFlags
System.Data.Mapping.Update.Internal.PropagatorResult.PropagatorFlags
6 references to PropagatorFlags
System.Data.Entity (6)
System\Data\Mapping\Update\Internal\PropagatorResult.cs (6)
308return new SimpleValue(PropagatorFlags, value); 352return new ServerGenSimpleValue(PropagatorFlags, value, Record, RecordOrdinal); 411return new KeyValue(PropagatorFlags, value, StateEntry, Identifier, m_next); 421return new KeyValue(this.PropagatorFlags, m_value, m_stateEntry, m_identifier, next); 488return new ServerGenKeyValue(this.PropagatorFlags, value, this.StateEntry, this.Identifier, this.RecordOrdinal, m_next); 498return new ServerGenKeyValue(PropagatorFlags, m_value, StateEntry, Identifier, RecordOrdinal, next);