How can I check my framework timeout with C#- NUnit?
Hello Tim,
You can use this command to get or set the timeout value, in seconds, for all object context operations. A null value indicates that the default value of the underlying provider will be used.
public int? CommandTimeout { get; set; }