Base:
property
CommandText
System.Data.Common.DbCommand.CommandText
4 writes to CommandText
System.Data.Entity (1)
System\Data\Objects\ObjectContext.cs (1)
2661entityCommand.CommandText = containerName + "." + functionImportName;
System.Data.Entity.Design (3)
System\Data\Entity\Design\SSDLGenerator\EntityStoreSchemaGeneratorDatabaseSchemaLoader.cs (3)
197command.CommandText = sql + Environment.NewLine + orderByClause; 201command.CommandText = sql; 275command.CommandText = sqlStatement.ToString();
4 references to CommandText
System.Data.Entity (4)
System\Data\Common\QueryCache\EntityClientCacheKey.cs (1)
62_eSqlStatement = entityCommand.CommandText;
System\Data\EntityClient\EntityCommand.cs (3)
626if (string.IsNullOrEmpty(this.CommandText) || 627string.IsNullOrEmpty(this.CommandText.Trim())) 638CommandHelper.ParseFunctionImportCommandText(this.CommandText, defaultContainerName, out containerName, out functionImportName);