fx\src\data\System\Data\SqlClient\SqlEnums.cs (5)
158SqlDbType.DateTime2 == type ||
167return (type == SqlDbType.Time || type == SqlDbType.DateTime2 || type == SqlDbType.DateTimeOffset);
211case SqlDbType.DateTime2: return MetaDateTime2;
560sqlType = SqlDbType.DateTime2;
829(255, 7, -1, false, false, false, TdsEnums.SQLDATETIME2, TdsEnums.SQLDATETIME2, MetaTypeName.DATETIME2, typeof(System.DateTime), typeof(System.DateTime), SqlDbType.DateTime2, DbType.DateTime2, 1);