8 references to GUID
System.Data (8)
fx\src\data\System\Data\OleDb\ColumnBinding.cs (5)
311case NativeDBType.GUID: 493case NativeDBType.GUID: 833Debug.Assert(NativeDBType.GUID == DbType, "Value_GUID"); 838Debug.Assert(NativeDBType.GUID == DbType, "Value_GUID"); 1263case NativeDBType.GUID:
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (3)
170static private 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] 388case GUID: return D_Guid;