2 references to UniqueIdentifier
System.Data.Odbc (2)
System\Data\Odbc\Odbc32.cs (2)
783
private 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);
842
OdbcType.
UniqueIdentifier
=> s_uniqueId,