2 writes to CommandText
System.Data.Entity (2)
System\Data\Metadata\Converter.cs (1)
1002
CommandText
= somFunction.CommandText,
System\Data\Metadata\StoreItemCollection.cs (1)
408
CommandText
= sTypeFunction.CommandTextAttribute,
2 references to CommandText
System.Data.Entity (2)
System\Data\Metadata\Edm\EdmFunction.cs (2)
76
if (payload.
CommandText
!= null)
78
_commandTextAttribute = payload.
CommandText
;