/// <summary> /// Allows to add settings for the specified property /// </summary> /// <typeparam name="T">Type of the property for which add settings</typeparam> /// <returns></returns> public EntityConfig <T> AddEntity <T>() where T : class, new() { DeltaCache.AddEntity <T>(); return(new EntityConfig <T>()); }
internal static void Clean() { IgnoreLetterCase = false; GlobalMappings?.Clear(); DeltaCache.Clear(); }