Exemplo n.º 1
0
        internal static TypeMappingOptions GetExistingTypeMappingOptions(Type type)
        {
            MappingOptionsSet mappingOptionsSet = null;

            if (_mappedInOptionSet.ContainsKey(type))
            {
                mappingOptionsSet = _mappedInOptionSet[type].Value;
            }

            return(mappingOptionsSet?.GetTypeMappingOptions(type));
        }