2 references to UniqueIdentifier
System.Data (2)
fx\src\data\System\Data\Odbc\Odbc32.cs (2)
793
static 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);
850
case OdbcType.
UniqueIdentifier
: return _UniqueId;