3 references to Guid
System.Data (3)
fx\src\data\Microsoft\SqlServer\Server\SqlRecordBuffer.cs (3)
151Debug.Assert(StorageType.Guid == _type, "Wrong storage type: " + _type); 157_type = StorageType.Guid; 358case StorageType.Guid: return SmiMetaData.DefaultUniqueIdentifier;