3 writes to _commandText
System.Data.Entity (3)
System\Data\EntityModel\SchemaObjectModel\Function.cs (2)
563
clone.
_commandText
= _commandText;
682
_commandText
= commandText;
System\Data\EntityModel\SchemaObjectModel\ModelFunction.cs (1)
149
_commandText
= commandText;
5 references to _commandText
System.Data.Entity (5)
System\Data\EntityModel\SchemaObjectModel\Function.cs (5)
164
if (
_commandText
!= null)
166
return
_commandText
.CommandText;
538
if (
_commandText
!= null)
540
_commandText
.Validate();
563
clone._commandText =
_commandText
;