4 references to ConditionValueAttribute
System.Data.Entity (4)
System\Data\Mapping\StorageMappingItemLoader.cs (4)
2321string value = GetAliasResolvedAttributeValue(nav.Clone(), StorageMslConstructs.ConditionValueAttribute); 2345columnValue.MoveToAttribute(StorageMslConstructs.ConditionValueAttribute, string.Empty); 3273if(!StorageMappingItemLoader.TryGetTypedAttributeValue(nav.Clone(), StorageMslConstructs.ConditionValueAttribute, clrMemberType, m_sourceLocation, m_parsingErrors, out value)) 3281value = StorageMappingItemLoader.GetEnumAttributeValue(nav.Clone(), StorageMslConstructs.ConditionValueAttribute, (EnumType)edmType, m_sourceLocation, m_parsingErrors);