5 references to Guid
Microsoft.ML.Data (1)
DataLoadSave\Database\DbExtensions.cs (1)
40case DbType.Guid:
System.Data.Odbc (2)
System\Data\Odbc\Odbc32.cs (2)
783private static readonly TypeMap s_uniqueId = new TypeMap(OdbcType.UniqueIdentifier, DbType.Guid, typeof(Guid), ODBC32.SQL_TYPE.GUID, ODBC32.SQL_C.GUID, ODBC32.SQL_C.GUID, 16, 36, false); 869case DbType.Guid: return s_uniqueId;
System.Data.OleDb (2)
OleDb_Enum.cs (2)
142private static readonly NativeDBType D_Guid = new NativeDBType(0xff, 16, true, false, OleDbType.Guid, NativeDBType.GUID, S_GUID, typeof(System.Guid), NativeDBType.GUID, DbType.Guid); // 12 - ubyte[16] 326DbType.Guid => D_Guid,