47 references to RowType
System.Data.Entity (44)
System\Data\Common\CommandTrees\Internal\ExpressionCopier.cs (1)
132
else if (BuiltInTypeKind.
RowType
== type.BuiltInTypeKind)
System\Data\Common\CommandTrees\Internal\ExpressionPrinter.cs (2)
360
if (BuiltInTypeKind.
RowType
!= type.BuiltInTypeKind)
765
string description = (BuiltInTypeKind.
RowType
== e.ResultType.EdmType.BuiltInTypeKind) ? "Column" : "Property";
System\Data\Common\EntitySql\CqlErrorHelper.cs (3)
115
case BuiltInTypeKind.
RowType
:
242
if (type.BuiltInTypeKind == BuiltInTypeKind.
RowType
||
261
case BuiltInTypeKind.
RowType
:
System\Data\Common\Internal\Materialization\ColumnMapKeyBuilder.cs (1)
96
if (type.BuiltInTypeKind == BuiltInTypeKind.
RowType
)
System\Data\Common\Internal\Materialization\RecordStateFactory.cs (1)
119
case BuiltInTypeKind.
RowType
:
System\Data\Common\Internal\Materialization\Translator.cs (3)
392
case BuiltInTypeKind.
RowType
:
497
case BuiltInTypeKind.
RowType
:
1546
Debug.Assert(columnMap.Type.EdmType.BuiltInTypeKind == BuiltInTypeKind.
RowType
, "RecordColumnMap without RowType?"); // we kind of depend upon this
System\Data\Mapping\DefaultObjectMappingItemCollection.cs (3)
272
if (BuiltInTypeKind.
RowType
== edmType.BuiltInTypeKind)
393
BuiltInTypeKind.
RowType
!= objectMap.ClrType.BuiltInTypeKind &&
406
BuiltInTypeKind.
RowType
!= objectMap.EdmType.BuiltInTypeKind &&
System\Data\Mapping\FunctionImportMappingComposable.cs (1)
426
Debug.Assert(row.ResultType.EdmType.BuiltInTypeKind == BuiltInTypeKind.
RowType
, "Input type is expected to be a row type.");
System\Data\Mapping\Update\Internal\ExtractorMetadata.cs (1)
55
case BuiltInTypeKind.
RowType
:
System\Data\Mapping\ViewValidator.cs (1)
144
if (type.BuiltInTypeKind != BuiltInTypeKind.
RowType
)
System\Data\Metadata\Edm\GlobalItem.cs (2)
52
Debug.Assert(GetDataSpace() != (DataSpace)(-1) || this.BuiltInTypeKind == BuiltInTypeKind.
RowType
|| this.BuiltInTypeKind == BuiltInTypeKind.CollectionType, "DataSpace must have some valid value");
59
Debug.Assert(GetDataSpace() == (DataSpace)(-1) || GetDataSpace() == value || this.BuiltInTypeKind == BuiltInTypeKind.
RowType
|| this.BuiltInTypeKind == BuiltInTypeKind.CollectionType, "Invalid Value being set for DataSpace");
System\Data\Metadata\Edm\MetadataItem_Static.cs (2)
72
_builtInTypes[(int)BuiltInTypeKind.
RowType
] = new ComplexType();
180
InitializeBuiltInTypes((ComplexType)GetBuiltInType(BuiltInTypeKind.
RowType
),
System\Data\Metadata\Edm\RowType.cs (2)
77
public override BuiltInTypeKind BuiltInTypeKind { get { return BuiltInTypeKind.
RowType
; } }
204
if (null == item || BuiltInTypeKind.
RowType
!= item.BuiltInTypeKind) { return false; }
System\Data\Metadata\Edm\StructuralType.cs (2)
107
Debug.Assert(this.DataSpace == member.TypeUsage.EdmType.DataSpace || this.BuiltInTypeKind == BuiltInTypeKind.
RowType
, "Wrong member type getting added in structural type");
111
if (BuiltInTypeKind.
RowType
== this.BuiltInTypeKind)
System\Data\Metadata\Helper.cs (2)
146
case BuiltInTypeKind.
RowType
:
263
return (BuiltInTypeKind.
RowType
== item.BuiltInTypeKind);
System\Data\Metadata\TypeHelpers.cs (3)
505
case BuiltInTypeKind.
RowType
:
537
case BuiltInTypeKind.
RowType
:
560
case BuiltInTypeKind.
RowType
:
System\Data\Metadata\TypeSemantics.cs (1)
1063
else if (fromType.EdmType.BuiltInTypeKind == BuiltInTypeKind.
RowType
)
System\Data\Objects\DataRecordObjectView.cs (1)
158
if (fieldDescriptor != null && fieldDescriptor.EdmProperty != null && fieldDescriptor.EdmProperty.TypeUsage.EdmType.BuiltInTypeKind == BuiltInTypeKind.
RowType
)
System\Data\Objects\ELinq\ExpressionConverter.cs (1)
1081
case BuiltInTypeKind.
RowType
:
System\Data\Objects\ELinq\InitializerFacet.cs (1)
52
if (BuiltInTypeKind.
RowType
== typeUsage.EdmType.BuiltInTypeKind)
System\Data\Objects\ELinq\MethodCallTranslator.cs (5)
648
case BuiltInTypeKind.
RowType
:
749
case BuiltInTypeKind.
RowType
:
2617
if (crossApply.Input.VariableType.EdmType.BuiltInTypeKind != BuiltInTypeKind.
RowType
)
2929
project.Projection.ResultType.EdmType.BuiltInTypeKind != BuiltInTypeKind.
RowType
)
2959
innerProject.Projection.ResultType.EdmType.BuiltInTypeKind != BuiltInTypeKind.
RowType
)
System\Data\Objects\FieldDescriptor.cs (1)
88
case BuiltInTypeKind.
RowType
:
System\Data\Objects\Internal\ObjectSpanRewriter.cs (1)
185
case BuiltInTypeKind.
RowType
:
System\Data\Objects\ObjectViewFactory.cs (1)
320
if (ospaceEdmType.BuiltInTypeKind == BuiltInTypeKind.
RowType
)
System\Data\Objects\SpanIndex.cs (1)
74
Debug.Assert(originalRowType.EdmType.BuiltInTypeKind == BuiltInTypeKind.
RowType
, "Original RowType must be a RowType");
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
2769
if (input.Op.Type.EdmType.BuiltInTypeKind == BuiltInTypeKind.
RowType
)
System.Data.Entity.Design (2)
System\Data\Entity\Design\Common\MetadataItemSerializer.cs (2)
144
case BuiltInTypeKind.
RowType
:
223
Debug.Assert(elementType.BuiltInTypeKind == BuiltInTypeKind.
RowType
, "TVF return type is expected to be Collection(RowType)");
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceUtil.cs (1)
63
case BuiltInTypeKind.
RowType
: