This commit is contained in:
sunkaixuan
2017-05-26 12:54:46 +08:00
parent 255b61fc5b
commit 5473a03107

View File

@@ -19,7 +19,7 @@ namespace SqlSugar
public new static bool Equals(object thisValue, object parameterValue) { throw new NotImplementedException(); } public new static bool Equals(object thisValue, object parameterValue) { throw new NotImplementedException(); }
public static bool DateIsSame(DateTime date1, DateTime date2) { throw new NotImplementedException();} public static bool DateIsSame(DateTime date1, DateTime date2) { throw new NotImplementedException();}
public static bool DateIsSame(DateTime date1, DateTime date2, DateType dataType) { throw new NotImplementedException(); } public static bool DateIsSame(DateTime date1, DateTime date2, DateType dataType) { throw new NotImplementedException(); }
public static DateTime DateAdd(DateTime date, int addValue, DateType millisecond){ throw new NotImplementedException(); } public static DateTime DateAdd(DateTime date, int addValue, DateType dataType) { throw new NotImplementedException(); }
public static DateTime DateAdd(DateTime date, int addValue) { throw new NotImplementedException(); } public static DateTime DateAdd(DateTime date, int addValue) { throw new NotImplementedException(); }
public static int DateValue(DateTime date, DateType dataType) { throw new NotImplementedException(); } public static int DateValue(DateTime date, DateType dataType) { throw new NotImplementedException(); }
public static bool Between(object value, object start, object end){ throw new NotImplementedException();} public static bool Between(object value, object start, object end){ throw new NotImplementedException();}