20 references to Guid
System.Data (8)
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); 876case DbType.Guid: return _UniqueId;
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (2)
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] 344case DbType.Guid: return D_Guid;
fx\src\data\System\Data\Sql\SqlMetaData.cs (1)
1524DbType.Guid, // SqlDbType.UniqueIdentifier
fx\src\data\System\Data\SqlClient\SqlDependencyListener.cs (1)
437param.DbType = DbType.Guid;
fx\src\data\System\Data\SqlClient\SqlEnums.cs (2)
233case DbType.Guid: return MetaUniqueId; 803(255, 255, 16, true, false, false, TdsEnums.SQLUNIQUEID, TdsEnums.SQLUNIQUEID, MetaTypeName.ROWGUID, typeof(System.Guid), typeof(SqlGuid), SqlDbType.UniqueIdentifier, DbType.Guid, 0);
System.Data.Entity (3)
System\Data\Common\DbCommandDefinition.cs (1)
149dbType = DbType.Guid;
System\Data\Common\Internal\DbTypeMap.cs (1)
121case DbType.Guid:
System\Data\Metadata\TypeHelpers.cs (1)
717return DbType.Guid;
System.Web (3)
UI\WebControls\Parameter.cs (3)
245if ((dbType != DbType.DateTimeOffset) && (dbType != DbType.Time) && (dbType != DbType.Guid)) { 273else if (dbType == DbType.Guid) { 477case DbType.Guid: // ???
System.Web.DynamicData (1)
DynamicData\DataSourceUtil.cs (1)
63parameter.DbType = DbType.Guid;
System.Web.Entity (2)
System\Data\WebControls\EntityDataSourceUtil.cs (1)
424case DbType.Guid:
System\Data\WebControls\WebControlParameterProxy.cs (1)
133else if (this.DbType == DbType.Guid)
System.Workflow.Runtime (3)
Hosting\SqlWorkflowPersistenceService.cs (3)
194p2.DbType = DbType.Guid; 311p2.DbType = DbType.Guid; 434p2.DbType = DbType.Guid;