13 references to ColumnProperty
System.Data.Entity (13)
System\Data\Mapping\BaseMetadataMappingVisitor.cs (1)
398
Visit(storageConditionPropertyMapping.
ColumnProperty
);
System\Data\Mapping\FunctionImportMappingComposable.cs (1)
395
DbExpression columnRef = GenerateColumnRef(row, condition.
ColumnProperty
);
System\Data\Mapping\StorageComplexTypeMapping.cs (1)
127
EdmProperty conditionMember = (conditionPropertyMap.EdmProperty != null) ? conditionPropertyMap.EdmProperty : conditionPropertyMap.
ColumnProperty
;
System\Data\Mapping\StorageConditionPropertyMapping.cs (4)
131
if (this.
ColumnProperty
!= null) {
133
sb.Append(this.
ColumnProperty
.Name);
145
EdmType memberType = (
ColumnProperty
!= null) ?
ColumnProperty
.TypeUsage.EdmType : null;
System\Data\Mapping\StorageMappingFragment.cs (1)
202
EdmProperty conditionMember = (conditionPropertyMap.EdmProperty != null) ? conditionPropertyMap.EdmProperty : conditionPropertyMap.
ColumnProperty
;
System\Data\Mapping\Update\Internal\ViewLoader.cs (2)
363
if (conditionPropertyMapping.
ColumnProperty
!= null &&
366
yield return conditionPropertyMapping.
ColumnProperty
;
System\Data\Mapping\ViewGeneration\CellCreator.cs (3)
441
if (conditionMap.
ColumnProperty
!= null)
471
EdmMember conditionMember = (conditionMap.
ColumnProperty
!= null) ? conditionMap.
ColumnProperty
: conditionMap.EdmProperty;