mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 17:20:49 +08:00 
			
		
		
		
	将示例项目类型升级为 .net core 3.1
This commit is contained in:
		@@ -47,7 +47,7 @@ public static class CodeFirstExtensions
 | 
			
		||||
                    );
 | 
			
		||||
 | 
			
		||||
                    //可空
 | 
			
		||||
                    freeProp.IsNullable(prop.AfterSaveBehavior != PropertySaveBehavior.Throw);
 | 
			
		||||
                    freeProp.IsNullable(prop.GetAfterSaveBehavior() != PropertySaveBehavior.Throw);
 | 
			
		||||
 | 
			
		||||
                    //类型
 | 
			
		||||
                    var relationalColumnType = prop.FindAnnotation("Relational:ColumnType");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user