11 overrides of GetValue
System.Data.Linq (11)
Mapping\Accessors.cs (11)
74
public override V
GetValue
(T instance) {
147
public override V
GetValue
(T instance) {
185
public override V
GetValue
(T instance) {
199
public override V
GetValue
(T instance) {
213
public override IEnumerable<V>
GetValue
(T instance) {
231
public override V
GetValue
(T instance) {
257
public override V
GetValue
(T instance) {
271
public override IEnumerable<V>
GetValue
(T instance) {
289
public override EntitySet<V>
GetValue
(T instance) {
319
public override IEnumerable<V>
GetValue
(T instance) {
338
public override IEnumerable<V>
GetValue
(T instance) {
26 references to GetValue
System.Data.Linq (26)
IdentityManager.cs (2)
126
return this.accessor.
GetValue
(instance);
167
this.accessor.
GetValue
(instance),
Mapping\Accessors.cs (23)
174
Link<V> link = this.acc.
GetValue
((T)instance);
178
Link<V> link = this.acc.
GetValue
((T)instance);
182
Link<V> link = this.acc.
GetValue
((T)instance);
186
Link<V> link = this.acc.
GetValue
(instance);
200
Link<V> link = this.acc.
GetValue
(instance);
214
Link<V> link = this.acc.
GetValue
(instance);
218
Link<V> link = this.acc.
GetValue
(instance);
232
EntityRef<V> er = this.acc.
GetValue
(instance);
239
EntityRef<V> er = this.acc.
GetValue
((T)instance);
243
EntityRef<V> er = this.acc.
GetValue
((T)instance);
247
EntityRef<V> er = this.acc.
GetValue
((T)instance);
258
EntityRef<V> er = this.acc.
GetValue
(instance);
272
EntityRef<V> er = this.acc.
GetValue
(instance);
276
EntityRef<V> er = this.acc.
GetValue
(instance);
290
return this.acc.
GetValue
(instance);
293
EntitySet<V> eset = this.acc.
GetValue
(instance);
301
EntitySet<V> es = this.acc.
GetValue
((T)instance);
305
EntitySet<V> es = this.acc.
GetValue
((T)instance);
309
EntitySet<V> es = this.acc.
GetValue
((T)instance);
320
EntitySet<V> eset = this.acc.
GetValue
(instance);
324
EntitySet<V> eset = this.acc.
GetValue
(instance);
339
EntitySet<V> eset = this.acc.
GetValue
(instance);
343
EntitySet<V> eset = this.acc.
GetValue
(instance);
Mapping\MetaModel.cs (1)
552
return this.
GetValue
((TEntity)instance);