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