mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 01:05:27 +08:00 
			
		
		
		
	@@ -612,6 +612,8 @@ namespace base_entity
 | 
			
		||||
            BaseEntity.Initialization(fsql, () => _asyncUow.Value);
 | 
			
		||||
            #endregion
 | 
			
		||||
 | 
			
		||||
            fsql.Select<User1>().Where(a => a.Id == new Guid("xxx")).ToList(a => new Guid("zzz"));
 | 
			
		||||
 | 
			
		||||
            fsql.Aop.AuditValue += (_, e) =>
 | 
			
		||||
            {
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user