Home
last modified time | relevance | path

Searched defs:mergeOption (Results 1 – 25 of 87) sorted by relevance

1234

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Common/Internal/Materialization/
H A DShaperFactory.cs25 …mnMap columnMap, MetadataWorkspace metadata, SpanIndex spanInfo, MergeOption mergeOption, bool val… in Create()
33 …mnMap columnMap, MetadataWorkspace metadata, SpanIndex spanInfo, MergeOption mergeOption, bool val… in TypedCreate()
39 …mnMap columnMap, MetadataWorkspace metadata, SpanIndex spanInfo, MergeOption mergeOption, bool val… in TypedCreate()
56 …nt, CoordinatorFactory<T> rootCoordinatorFactory, Action checkPermissions, MergeOption mergeOption) in ShaperFactory()
67 …ader reader, ObjectContext context, MetadataWorkspace workspace, MergeOption mergeOption, bool rea… in Create()
H A DTranslator.cs181 …ate Translator(MetadataWorkspace workspace, SpanIndex spanIndex, MergeOption mergeOption, bool val… in Translator()
197 …Map columnMap, MetadataWorkspace workspace, SpanIndex spanIndex, MergeOption mergeOption, bool val… in TranslateColumnMap()
743 …tReader, Type requestedType, Type identityType, Type actualType, MergeOption mergeOption, bool isP… in Emit_EnsureTypeAndWrap()
757 … Expression entitySetReader, Type actualType, Type identityType, MergeOption mergeOption, bool isP… in CreateEntityWrapper()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Objects/
H A DObjectQuery_TResultType.cs47 public new ObjectResult<T> Execute(MergeOption mergeOption) in Execute()
104 internal override ObjectResult ExecuteInternal(MergeOption mergeOption) in ExecuteInternal()
151 internal ObjectQuery<T> MergeAs(MergeOption mergeOption) in MergeAs()
H A DObjectQuery.cs307 public ObjectResult Execute(MergeOption mergeOption) in Execute()
327 internal abstract ObjectResult ExecuteInternal(MergeOption mergeOption); in ExecuteInternal()
H A DObjectContext.cs764 public void LoadProperty(object entity, string navigationProperty, MergeOption mergeOption) in LoadProperty()
808 …perty<TEntity>(TEntity entity, Expression<Func<TEntity, object>> selector, MergeOption mergeOption) in LoadProperty()
2573 …tResult<TElement> ExecuteFunction<TElement>(string functionName, MergeOption mergeOption, params O… in ExecuteFunction()
2672 …and, ReadOnlyMetadataCollection<EntitySet> entitySets, EdmType[] edmTypes, MergeOption mergeOption) in CreateFunctionObjectResult()
2701 …dex, ReadOnlyMetadataCollection<EntitySet> entitySets, EdmType[] edmTypes, MergeOption mergeOption) in MaterializedDataRecord()
3053 …uteStoreQuery<TEntity>(string commandText, string entitySetName, MergeOption mergeOption, params o… in ExecuteStoreQuery()
3062 …ueryInternal<TElement>(string commandText, string entitySetName, MergeOption mergeOption, params o… in ExecuteStoreQueryInternal()
3134 …ult<TEntity> Translate<TEntity>(DbDataReader reader, string entitySetName, MergeOption mergeOption) in Translate()
3151 …alTranslate<TElement>(DbDataReader reader, string entitySetName, MergeOption mergeOption, bool rea… in InternalTranslate()
H A DObjectQuery_EntitySqlExtensions.cs133 public ObjectQuery (string commandText, ObjectContext context, MergeOption mergeOption) in ObjectQuery()
177 … internal ObjectQuery (EntitySetBase entitySet, ObjectContext context, MergeOption mergeOption) in ObjectQuery()
H A DNextResultGenerator.cs29 …pe[] edmTypes, ReadOnlyMetadataCollection<EntitySet> entitySets, MergeOption mergeOption, int resu… in NextResultGenerator()
H A DSpan.cs44 internal static bool RequiresRelationshipSpan(MergeOption mergeOption) in RequiresRelationshipSpan()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Common/QueryCache/
H A DCompiledQueryCacheEntry.cs42 internal CompiledQueryCacheEntry(QueryCacheKey queryCacheKey, MergeOption? mergeOption) in CompiledQueryCacheEntry()
59 …internal ObjectQueryExecutionPlan GetExecutionPlan(MergeOption mergeOption, bool useCSharpNullComp… in GetExecutionPlan()
107 …private string GenerateLocalCacheKey(MergeOption mergeOption, bool useCSharpNullComparisonBehavior) in GenerateLocalCacheKey()
H A DShaperFactoryQueryCacheKey.cs20 …internal ShaperFactoryQueryCacheKey(string columnMapKey, MergeOption mergeOption, bool isValueLaye… in ShaperFactoryQueryCacheKey()
H A DEntitySqlQueryCacheKey.cs76 MergeOption mergeOption, in EntitySqlQueryCacheKey()
H A DLinqQueryCacheKey.cs75 MergeOption mergeOption, in LinqQueryCacheKey()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Objects/Internal/
H A DObjectQueryExecutionPlan.cs37 …nition, ShaperFactory resultShaperFactory, TypeUsage resultType, MergeOption mergeOption, EntitySe… in ObjectQueryExecutionPlan()
51 …bjectContext context, DbQueryCommandTree tree, Type elementType, MergeOption mergeOption, Span spa… in Prepare()
220 …eCommandTree<TResultType>(ObjectContext context, DbQueryCommandTree query, MergeOption mergeOption) in ExecuteCommandTree()
H A DBaseEntityWrapper.cs69 …relationshipManager, EntitySet entitySet, ObjectContext context, MergeOption mergeOption, Type ide… in BaseEntityWrapper()
147 … public void AttachContext(ObjectContext context, EntitySet entitySet, MergeOption mergeOption) in AttachContext()
159 … public void ResetContext(ObjectContext context, EntitySet entitySet, MergeOption mergeOption) in ResetContext()
H A DIEntityWrapper.cs80 void AttachContext(ObjectContext context, EntitySet entitySet, MergeOption mergeOption); in AttachContext()
88 void ResetContext(ObjectContext context, EntitySet entitySet, MergeOption mergeOption); in ResetContext()
H A DNullEntityWrapper.cs119 … public void AttachContext(ObjectContext context, EntitySet entitySet, MergeOption mergeOption) in AttachContext()
124 … public void ResetContext(ObjectContext context, EntitySet entitySet, MergeOption mergeOption) in ResetContext()
H A DEntityWrapper.cs41 …tity, EntityKey key, EntitySet entitySet, ObjectContext context, MergeOption mergeOption, Type ide… in EntityWrapperWithoutRelationships()
102 …tity, EntityKey key, EntitySet entitySet, ObjectContext context, MergeOption mergeOption, Type ide… in EntityWrapperWithRelationships()
194 …hipManager, EntityKey key, EntitySet set, ObjectContext context, MergeOption mergeOption, Type ide… in EntityWrapper()
H A DLightweightEntityWrapper.cs56 …tity, EntityKey key, EntitySet entitySet, ObjectContext context, MergeOption mergeOption, Type ide… in LightweightEntityWrapper()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Services.Client/Client/System/Data/Services/Client/
H A DAtomMaterializerLog.cs43 private readonly MergeOption mergeOption; field in System.Data.Services.Client.AtomMaterializerLog
51 internal AtomMaterializerLog(DataServiceContext context, MergeOption mergeOption) in AtomMaterializerLog()
H A DMaterializeFromAtom.cs71 …t, XmlReader reader, QueryComponents queryComponents, ProjectionPlan plan, MergeOption mergeOption) in MaterializeAtom()
113 …e MaterializeAtom(DataServiceContext context, XmlReader reader, Type type, MergeOption mergeOption) in MaterializeAtom()
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/t/sass-spec/lib-js/spec-directory/
H A Doptions.ts31 const mergeOption = (option: OptionKey) => { constant
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Objects/DataClasses/
H A DRelatedEnd.cs327 …internal ObjectQuery<TEntity> CreateSourceQuery<TEntity>(MergeOption mergeOption, out bool hasResu… in CreateSourceQuery()
666 …internal ObjectQuery<TEntity> ValidateLoad<TEntity>(MergeOption mergeOption, string relatedEndName… in ValidateLoad()
721 public abstract void Load(MergeOption mergeOption); in Load()
771 …internal void Merge<TEntity>(IEnumerable<TEntity> collection, MergeOption mergeOption, bool setIsL… in Merge()
794 …internal void Merge<TEntity>(List<IEntityWrapper> collection, MergeOption mergeOption, bool setIsL… in Merge()
2295 internal void AttachContext(ObjectContext context, MergeOption mergeOption) in AttachContext()
2311 … internal void AttachContext(ObjectContext context, EntitySet entitySet, MergeOption mergeOption) in AttachContext()
H A DIRelatedEnd.cs66 void Load(MergeOption mergeOption); in Load()
H A DEntityCollection.cs223 public override void Load(MergeOption mergeOption) in Load()
285 internal void Load(List<IEntityWrapper> collection, MergeOption mergeOption) in Load()
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/utils/variant/
H A DVcfUtils.java28 …etSortedSampleSet(Map<String, VCFHeader> headers, GATKVariantContextUtils.GenotypeMergeType mergeO… in getSortedSampleSet()

1234