ParameterKey public class ParameterKey Represents a parameter key. Documentation Code public string Name { get; } The parameter key name. public Parameter Eq(string value) Builds the Parameter with key/value. public Parameter Eq(IConfiguration configNode) Builds the Parameter with key/config.