3 references to StringType
System.Data.Entity (3)
System\Data\Query\PlanCompiler\NestPullup.cs (1)
1438NullOp tempOp = Command.CreateNullOp(Command.StringType);
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
216get { return m_command.StringType; }
System\Data\Query\PlanCompiler\StructuredTypeInfo.cs (1)
172m_stringType = itree.StringType;