2 overrides of TryGetCommandText
System.Data.Entity (2)
System\Data\Objects\ELinq\ELinqQueryState.cs (1)
256internal override bool TryGetCommandText(out string commandText)
System\Data\Objects\Internal\EntitySqlQueryState.cs (1)
113internal override bool TryGetCommandText(out string commandText)
2 references to TryGetCommandText
System.Data.Entity (2)
System\Data\Objects\Internal\EntitySqlQueryBuilder.cs (1)
37if(!query.TryGetCommandText(out commandText))
System\Data\Objects\ObjectQuery.cs (1)
160if (!_state.TryGetCommandText(out commandText))