4 references to IsValidParameterName
System.Data.Entity (4)
System\Data\Common\CommandTrees\ExpressionBuilder\Internal\ArgumentValidation.cs (1)
803
if (!DbCommandTree.
IsValidParameterName
(name))
System\Data\Common\CommandTrees\ValueExpressions.cs (1)
177
Debug.Assert(DbCommandTree.
IsValidParameterName
(name), "DbParameterReferenceExpression name should be valid");
System\Data\EntityClient\EntityParameter.cs (1)
140
if (!string.IsNullOrEmpty(parameterName) && !DbCommandTree.
IsValidParameterName
(parameterName))
System\Data\Objects\ObjectParameter.cs (1)
41
return DbCommandTree.
IsValidParameterName
(name);