1 instantiation of SchemaComplexType
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\Schema.cs (1)
1120
SchemaComplexType complexType = new
SchemaComplexType
(this);
12 references to SchemaComplexType
System.Data.Entity (12)
System\Data\EntityModel\SchemaObjectModel\FunctionImportElement.cs (5)
199
if (type is
SchemaComplexType
&& returnTypeCollectionKind == CollectionKind.None) return true;
200
if (type is
SchemaComplexType
&& returnTypeCollectionKind == CollectionKind.Bag) return true;
204
if (type is
SchemaComplexType
&& returnTypeCollectionKind == CollectionKind.Bag) return true;
256
SchemaComplexType
complexType = returnType as
SchemaComplexType
;
System\Data\EntityModel\SchemaObjectModel\Schema.cs (1)
1120
SchemaComplexType
complexType = new SchemaComplexType(this);
System\Data\EntityModel\SchemaObjectModel\SchemaComplexType.cs (1)
45
if ( !(BaseType is
SchemaComplexType
) )
System\Data\EntityModel\SchemaObjectModel\StructuredProperty.cs (2)
172
if (!(element is
SchemaComplexType
) && !(element is ScalarType) && !(element is SchemaEnumType))
222
&& (this._type is
SchemaComplexType
))
System\Data\Metadata\Converter.cs (3)
217
else if (element is Som.
SchemaComplexType
)
219
item = ConvertToComplexType((Som.
SchemaComplexType
)element,
398
private static ComplexType ConvertToComplexType(Som.
SchemaComplexType
element,