1 write to _commandText
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\FunctionCommandText.cs (1)
39
_commandText
= reader.Value;
2 references to _commandText
System.Data.Entity (2)
System\Data\EntityModel\SchemaObjectModel\FunctionCommandText.cs (2)
34
get { return
_commandText
; }
47
if (String.IsNullOrEmpty(
_commandText
))