8 references to CommandTextAttribute
System.Data.Entity (6)
System\Data\Common\CommandTrees\ExpressionBuilder\Internal\ArgumentValidation.cs (1)
1478if (!String.IsNullOrEmpty(function.CommandTextAttribute) && !function.HasUserDefinedBody)
System\Data\Metadata\Edm\EdmFunction.cs (1)
151return this.IsModelDefinedFunction && !String.IsNullOrEmpty(this.CommandTextAttribute);
System\Data\Metadata\EdmItemCollection.cs (1)
467function.CommandTextAttribute,
System\Data\Metadata\StoreItemCollection.cs (1)
408CommandText = sTypeFunction.CommandTextAttribute,
System\Data\SqlClient\SqlGen\SqlGenerator.cs (2)
448if (String.IsNullOrEmpty(function.CommandTextAttribute)) 477return function.CommandTextAttribute;
System.Data.Entity.Design (2)
System\Data\Entity\Design\Common\MetadataItemSerializer.cs (2)
199if(function.CommandTextAttribute != null) 202_writer.WriteAttributeString(XmlConstants.CommandText, function.CommandTextAttribute);