Home
last modified time | relevance | path

Searched defs:TEntity (Results 1 – 25 of 30) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Linq/src/DbLinq/Data/Linq/
H A DEntityRef.cs44 public struct EntityRef<TEntity> where TEntity : class struct
46 private TEntity entity;
47 private bool hasLoadedOrAssignedValue;
48 private IEnumerable<TEntity> source;
50 public EntityRef(TEntity entity) in EntityRef()
57 public EntityRef(IEnumerable<TEntity> source) in EntityRef()
64 public EntityRef(EntityRef<TEntity> entityRef) in EntityRef()
76 public TEntity Entity
98 public bool HasLoadedOrAssignedValue
H A DTable.cs184 …lic void InsertAllOnSubmit<TSubEntity>(IEnumerable<TSubEntity> entities) where TSubEntity : TEntity property in System.Data.Linq.Table
217 …lic void DeleteAllOnSubmit<TSubEntity>(IEnumerable<TSubEntity> entities) where TSubEntity : TEntity property in System.Data.Linq.Table
276 … public void AttachAll<TSubEntity>(IEnumerable<TSubEntity> entities) where TSubEntity : TEntity property in System.Data.Linq.Table
286 …AttachAll<TSubEntity>(IEnumerable<TSubEntity> entities, bool asModified) where TSubEntity : TEntity property in System.Data.Linq.Table
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Linq/Provider/
H A DIProvider.cs145 …public static TResult Insert<TEntity, TResult>(TEntity item, Func<TEntity, TResult> resultSelector… in Insert()
172 …public static TResult Update<TEntity, TResult>(TEntity item, Func<TEntity, bool> check, Func<TEnti… in Update()
186 …public static TResult Update<TEntity, TResult>(TEntity item, Func<TEntity, TResult> resultSelector… in Update()
199 public static int Update<TEntity>(TEntity item, Func<TEntity, bool> check) { in Update()
223 public static int Delete<TEntity>(TEntity item, Func<TEntity, bool> check) { in Delete()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Linq/
H A DTypes.cs85 where TEntity : class { struct
86 IEnumerable<TEntity> source;
87 TEntity entity;
89 public EntityRef(TEntity entity) { in EntityRef()
104 public TEntity Entity {
120 public bool HasLoadedOrAssignedValue {
124 internal bool HasValue {
128 internal bool HasLoadedValue {
132 internal bool HasAssignedValue {
136 internal bool HasSource {
[all …]
H A DDataContext.cs1258 …c void InsertAllOnSubmit<TSubEntity>(IEnumerable<TSubEntity> entities) where TSubEntity : TEntity { property in System.Data.Linq.Table
1344 …c void DeleteAllOnSubmit<TSubEntity>(IEnumerable<TSubEntity> entities) where TSubEntity : TEntity { property in System.Data.Linq.Table
1516 … public void AttachAll<TSubEntity>(IEnumerable<TSubEntity> entities) where TSubEntity : TEntity { property in System.Data.Linq.Table
1537 …tachAll<TSubEntity>(IEnumerable<TSubEntity> entities, bool asModified) where TSubEntity : TEntity { property in System.Data.Linq.Table
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Linq/src/DbLinq/Data/Linq/Mapping/
H A DLambdaMetaAccessor.cs85 public LambdaMetaAccessor(Func<TEntity, TMember> accessor, Action<TEntity, TMember> setter) in LambdaMetaAccessor()
/dports/textproc/gmetadom/gmetadom-0.2.6/src/gdome_caml/types/
H A DtEntity.mli1 (* This file is part of GMetaDOM
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Objects/
H A DObjectSet.cs167 public T CreateObject<T>() where T : class, TEntity class in System.Data.Objects.ObjectSet
H A DObjectContext.cs783 … public void LoadProperty<TEntity>(TEntity entity, Expression<Func<TEntity, object>> selector) in LoadProperty()
808 …public void LoadProperty<TEntity>(TEntity entity, Expression<Func<TEntity, object>> selector, Merg… in LoadProperty()
837 …internal static string ParsePropertySelectorExpression<TEntity>(Expression<Func<TEntity, object>> … in ParsePropertySelectorExpression()
/dports/irc/smuxi/smuxi-1.1/lib/ServiceStack/src/ServiceStack.Common/Utils/
H A DIdUtils.cs99 where TEntity : IHasId<TId> class
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.Data.Linq.cs171 public partial struct EntityRef<TEntity> where TEntity : class struct
173 public EntityRef(System.Collections.Generic.IEnumerable<TEntity> source) { throw null;} in EntityRef()
174 public EntityRef(System.Data.Linq.EntityRef<TEntity> entityRef) { throw null;} in EntityRef()
175 public EntityRef(TEntity entity) { throw null;} in EntityRef()
176 public TEntity Entity { get { throw null; } set { } }
177 public bool HasLoadedOrAssignedValue { get { throw null; } }
320 …Entity>(System.Collections.Generic.IEnumerable<TSubEntity> entities) where TSubEntity : TEntity { } property in System.Data.Linq.Table
321 …llections.Generic.IEnumerable<TSubEntity> entities, bool asModified) where TSubEntity : TEntity { } property in System.Data.Linq.Table
322 …Entity>(System.Collections.Generic.IEnumerable<TSubEntity> entities) where TSubEntity : TEntity { } property in System.Data.Linq.Table
328 …Entity>(System.Collections.Generic.IEnumerable<TSubEntity> entities) where TSubEntity : TEntity { } property in System.Data.Linq.Table
H A DSystem.Data.Entity.cs2442 …ublic void LoadProperty<TEntity>(TEntity entity, System.Linq.Expressions.Expression<System.Func<TE… in LoadProperty()
2443 …ublic void LoadProperty<TEntity>(TEntity entity, System.Linq.Expressions.Expression<System.Func<TE… in LoadProperty()
2561 public T CreateObject<T>() where T : class, TEntity { throw null; } class in System.Data.Objects.ObjectSet
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.Data.Linq.cs174 public partial struct EntityRef<TEntity> where TEntity : class struct
176 public EntityRef(System.Collections.Generic.IEnumerable<TEntity> source) { throw null;} in EntityRef()
177 public EntityRef(System.Data.Linq.EntityRef<TEntity> entityRef) { throw null;} in EntityRef()
178 public EntityRef(TEntity entity) { throw null;} in EntityRef()
179 public TEntity Entity { get { throw null; } set { } }
180 public bool HasLoadedOrAssignedValue { get { throw null; } }
323 …Entity>(System.Collections.Generic.IEnumerable<TSubEntity> entities) where TSubEntity : TEntity { } property in System.Data.Linq.Table
324 …llections.Generic.IEnumerable<TSubEntity> entities, bool asModified) where TSubEntity : TEntity { } property in System.Data.Linq.Table
325 …Entity>(System.Collections.Generic.IEnumerable<TSubEntity> entities) where TSubEntity : TEntity { } property in System.Data.Linq.Table
331 …Entity>(System.Collections.Generic.IEnumerable<TSubEntity> entities) where TSubEntity : TEntity { } property in System.Data.Linq.Table
H A DSystem.Data.Entity.cs2442 …ublic void LoadProperty<TEntity>(TEntity entity, System.Linq.Expressions.Expression<System.Func<TE… in LoadProperty()
2443 …ublic void LoadProperty<TEntity>(TEntity entity, System.Linq.Expressions.Expression<System.Func<TE… in LoadProperty()
2561 public T CreateObject<T>() where T : class, TEntity { throw null; } class in System.Data.Objects.ObjectSet
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.Data.Linq.cs264 public partial struct EntityRef<TEntity> where TEntity : class struct
266 public EntityRef(System.Collections.Generic.IEnumerable<TEntity> source) { throw null;} in EntityRef()
267 public EntityRef(System.Data.Linq.EntityRef<TEntity> entityRef) { throw null;} in EntityRef()
268 public EntityRef(TEntity entity) { throw null;} in EntityRef()
269 public TEntity Entity { get { throw null; } set { } }
270 public bool HasLoadedOrAssignedValue { get { throw null; } }
437 …Entity>(System.Collections.Generic.IEnumerable<TSubEntity> entities) where TSubEntity : TEntity { } property in System.Data.Linq.Table
438 …llections.Generic.IEnumerable<TSubEntity> entities, bool asModified) where TSubEntity : TEntity { } property in System.Data.Linq.Table
439 …Entity>(System.Collections.Generic.IEnumerable<TSubEntity> entities) where TSubEntity : TEntity { } property in System.Data.Linq.Table
445 …Entity>(System.Collections.Generic.IEnumerable<TSubEntity> entities) where TSubEntity : TEntity { } property in System.Data.Linq.Table
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.Data.Linq.cs264 public partial struct EntityRef<TEntity> where TEntity : class struct
266 public EntityRef(System.Collections.Generic.IEnumerable<TEntity> source) { throw null;} in EntityRef()
267 public EntityRef(System.Data.Linq.EntityRef<TEntity> entityRef) { throw null;} in EntityRef()
268 public EntityRef(TEntity entity) { throw null;} in EntityRef()
269 public TEntity Entity { get { throw null; } set { } }
270 public bool HasLoadedOrAssignedValue { get { throw null; } }
437 …Entity>(System.Collections.Generic.IEnumerable<TSubEntity> entities) where TSubEntity : TEntity { } property in System.Data.Linq.Table
438 …llections.Generic.IEnumerable<TSubEntity> entities, bool asModified) where TSubEntity : TEntity { } property in System.Data.Linq.Table
439 …Entity>(System.Collections.Generic.IEnumerable<TSubEntity> entities) where TSubEntity : TEntity { } property in System.Data.Linq.Table
445 …Entity>(System.Collections.Generic.IEnumerable<TSubEntity> entities) where TSubEntity : TEntity { } property in System.Data.Linq.Table
H A DSystem.Data.Entity.cs3860 …ublic void LoadProperty<TEntity>(TEntity entity, System.Linq.Expressions.Expression<System.Func<TE… in LoadProperty()
3861 …ublic void LoadProperty<TEntity>(TEntity entity, System.Linq.Expressions.Expression<System.Func<TE… in LoadProperty()
3979 public T CreateObject<T>() where T : class, TEntity { throw null; } class in System.Data.Objects.ObjectSet
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.Data.Linq.cs263 public partial struct EntityRef<TEntity> where TEntity : class struct
265 public EntityRef(System.Collections.Generic.IEnumerable<TEntity> source) { throw null;} in EntityRef()
266 public EntityRef(System.Data.Linq.EntityRef<TEntity> entityRef) { throw null;} in EntityRef()
267 public EntityRef(TEntity entity) { throw null;} in EntityRef()
268 public TEntity Entity { get { throw null; } set { } }
269 public bool HasLoadedOrAssignedValue { get { throw null; } }
436 …Entity>(System.Collections.Generic.IEnumerable<TSubEntity> entities) where TSubEntity : TEntity { } property in System.Data.Linq.Table
437 …llections.Generic.IEnumerable<TSubEntity> entities, bool asModified) where TSubEntity : TEntity { } property in System.Data.Linq.Table
438 …Entity>(System.Collections.Generic.IEnumerable<TSubEntity> entities) where TSubEntity : TEntity { } property in System.Data.Linq.Table
444 …Entity>(System.Collections.Generic.IEnumerable<TSubEntity> entities) where TSubEntity : TEntity { } property in System.Data.Linq.Table
H A DSystem.Data.Entity.cs3859 …ublic void LoadProperty<TEntity>(TEntity entity, System.Linq.Expressions.Expression<System.Func<TE… in LoadProperty()
3860 …ublic void LoadProperty<TEntity>(TEntity entity, System.Linq.Expressions.Expression<System.Func<TE… in LoadProperty()
3978 public T CreateObject<T>() where T : class, TEntity { throw null; } class in System.Data.Objects.ObjectSet
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.Data.Linq.cs263 public partial struct EntityRef<TEntity> where TEntity : class struct
265 public EntityRef(System.Collections.Generic.IEnumerable<TEntity> source) { throw null;} in EntityRef()
266 public EntityRef(System.Data.Linq.EntityRef<TEntity> entityRef) { throw null;} in EntityRef()
267 public EntityRef(TEntity entity) { throw null;} in EntityRef()
268 public TEntity Entity { get { throw null; } set { } }
269 public bool HasLoadedOrAssignedValue { get { throw null; } }
436 …Entity>(System.Collections.Generic.IEnumerable<TSubEntity> entities) where TSubEntity : TEntity { } property in System.Data.Linq.Table
437 …llections.Generic.IEnumerable<TSubEntity> entities, bool asModified) where TSubEntity : TEntity { } property in System.Data.Linq.Table
438 …Entity>(System.Collections.Generic.IEnumerable<TSubEntity> entities) where TSubEntity : TEntity { } property in System.Data.Linq.Table
444 …Entity>(System.Collections.Generic.IEnumerable<TSubEntity> entities) where TSubEntity : TEntity { } property in System.Data.Linq.Table
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.Data.Linq.cs263 public partial struct EntityRef<TEntity> where TEntity : class struct
265 public EntityRef(System.Collections.Generic.IEnumerable<TEntity> source) { throw null;} in EntityRef()
266 public EntityRef(System.Data.Linq.EntityRef<TEntity> entityRef) { throw null;} in EntityRef()
267 public EntityRef(TEntity entity) { throw null;} in EntityRef()
268 public TEntity Entity { get { throw null; } set { } }
269 public bool HasLoadedOrAssignedValue { get { throw null; } }
436 …Entity>(System.Collections.Generic.IEnumerable<TSubEntity> entities) where TSubEntity : TEntity { } property in System.Data.Linq.Table
437 …llections.Generic.IEnumerable<TSubEntity> entities, bool asModified) where TSubEntity : TEntity { } property in System.Data.Linq.Table
438 …Entity>(System.Collections.Generic.IEnumerable<TSubEntity> entities) where TSubEntity : TEntity { } property in System.Data.Linq.Table
444 …Entity>(System.Collections.Generic.IEnumerable<TSubEntity> entities) where TSubEntity : TEntity { } property in System.Data.Linq.Table
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.Data.Linq.cs254 public partial struct EntityRef<TEntity> where TEntity : class struct
256 public EntityRef(System.Collections.Generic.IEnumerable<TEntity> source) { throw null;} in EntityRef()
257 public EntityRef(System.Data.Linq.EntityRef<TEntity> entityRef) { throw null;} in EntityRef()
258 public EntityRef(TEntity entity) { throw null;} in EntityRef()
259 public TEntity Entity { get { throw null; } set { } }
260 public bool HasLoadedOrAssignedValue { get { throw null; } }
426 …Entity>(System.Collections.Generic.IEnumerable<TSubEntity> entities) where TSubEntity : TEntity { } property in System.Data.Linq.Table
427 …llections.Generic.IEnumerable<TSubEntity> entities, bool asModified) where TSubEntity : TEntity { } property in System.Data.Linq.Table
428 …Entity>(System.Collections.Generic.IEnumerable<TSubEntity> entities) where TSubEntity : TEntity { } property in System.Data.Linq.Table
434 …Entity>(System.Collections.Generic.IEnumerable<TSubEntity> entities) where TSubEntity : TEntity { } property in System.Data.Linq.Table
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.Data.Linq.cs254 public partial struct EntityRef<TEntity> where TEntity : class struct
256 public EntityRef(System.Collections.Generic.IEnumerable<TEntity> source) { throw null;} in EntityRef()
257 public EntityRef(System.Data.Linq.EntityRef<TEntity> entityRef) { throw null;} in EntityRef()
258 public EntityRef(TEntity entity) { throw null;} in EntityRef()
259 public TEntity Entity { get { throw null; } set { } }
260 public bool HasLoadedOrAssignedValue { get { throw null; } }
426 …Entity>(System.Collections.Generic.IEnumerable<TSubEntity> entities) where TSubEntity : TEntity { } property in System.Data.Linq.Table
427 …llections.Generic.IEnumerable<TSubEntity> entities, bool asModified) where TSubEntity : TEntity { } property in System.Data.Linq.Table
428 …Entity>(System.Collections.Generic.IEnumerable<TSubEntity> entities) where TSubEntity : TEntity { } property in System.Data.Linq.Table
434 …Entity>(System.Collections.Generic.IEnumerable<TSubEntity> entities) where TSubEntity : TEntity { } property in System.Data.Linq.Table
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.Data.Linq.cs264 public partial struct EntityRef<TEntity> where TEntity : class struct
266 public EntityRef(System.Collections.Generic.IEnumerable<TEntity> source) { throw null;} in EntityRef()
267 public EntityRef(System.Data.Linq.EntityRef<TEntity> entityRef) { throw null;} in EntityRef()
268 public EntityRef(TEntity entity) { throw null;} in EntityRef()
269 public TEntity Entity { get { throw null; } set { } }
270 public bool HasLoadedOrAssignedValue { get { throw null; } }
437 …Entity>(System.Collections.Generic.IEnumerable<TSubEntity> entities) where TSubEntity : TEntity { } property in System.Data.Linq.Table
438 …llections.Generic.IEnumerable<TSubEntity> entities, bool asModified) where TSubEntity : TEntity { } property in System.Data.Linq.Table
439 …Entity>(System.Collections.Generic.IEnumerable<TSubEntity> entities) where TSubEntity : TEntity { } property in System.Data.Linq.Table
445 …Entity>(System.Collections.Generic.IEnumerable<TSubEntity> entities) where TSubEntity : TEntity { } property in System.Data.Linq.Table
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.Data.Linq.cs255 public partial struct EntityRef<TEntity> where TEntity : class struct
257 public EntityRef(System.Collections.Generic.IEnumerable<TEntity> source) { throw null;} in EntityRef()
258 public EntityRef(System.Data.Linq.EntityRef<TEntity> entityRef) { throw null;} in EntityRef()
259 public EntityRef(TEntity entity) { throw null;} in EntityRef()
260 public TEntity Entity { get { throw null; } set { } }
261 public bool HasLoadedOrAssignedValue { get { throw null; } }
427 …Entity>(System.Collections.Generic.IEnumerable<TSubEntity> entities) where TSubEntity : TEntity { } property in System.Data.Linq.Table
428 …llections.Generic.IEnumerable<TSubEntity> entities, bool asModified) where TSubEntity : TEntity { } property in System.Data.Linq.Table
429 …Entity>(System.Collections.Generic.IEnumerable<TSubEntity> entities) where TSubEntity : TEntity { } property in System.Data.Linq.Table
435 …Entity>(System.Collections.Generic.IEnumerable<TSubEntity> entities) where TSubEntity : TEntity { } property in System.Data.Linq.Table

12