3 references to EntityOSpaceType
System.Web.Entity (3)
System\Data\WebControls\EntityDataSourceView.cs (3)
445
Debug.Assert(
EntityOSpaceType
!= null, "EntitySet is not null, EntityOSpaceType should also be defined.");
452
queryExpressionBuilder.Append(EntityDataSourceUtil.CreateEntitySqlTypeIdentifier(
EntityOSpaceType
));
1547
Type clrType = objectItemCollection.GetClrType(
EntityOSpaceType
);