3 references to IsParameterComputed
System.Data.OleDb (3)
OleDbCommand.cs (1)
1208if (parameter.IsParameterComputed())
OleDbParameter.cs (2)
461return IsParameterComputed(); 545Debug.Assert(IsParameterComputed(), "Prepare computed parameter");