2 references to UniqueIdentifier
System.Data (2)
fx\src\data\System\Data\Odbc\Odbc32.cs (2)
793static private readonly TypeMap _UniqueId = new TypeMap(OdbcType.UniqueIdentifier, DbType.Guid, typeof(Guid), ODBC32.SQL_TYPE.GUID, ODBC32.SQL_C.GUID, ODBC32.SQL_C.GUID, 16, 36, false); 850case OdbcType.UniqueIdentifier: return _UniqueId;