SqlClient\SqlTypeSystemProvider.cs (12)
194+ KeyValue("IsApplicationType", IsApplicationType)
195+ KeyValue("IsUnicodeType", IsUnicodeType)
196+ KeyValue("IsRuntimeOnlyType", IsRuntimeOnlyType)
197+ KeyValue("SupportsComparison", SupportsComparison)
198+ KeyValue("SupportsLength", SupportsLength)
199+ KeyValue("IsLargeType", IsLargeType)
200+ KeyValue("IsFixedSize", IsFixedSize)
201+ KeyValue("IsOrderable", IsOrderable)
202+ KeyValue("IsGroupable", IsGroupable)
203+ KeyValue("IsNumeric", IsNumeric)
204+ KeyValue("IsChar", IsChar)
205+ KeyValue("IsString", IsString);