Click or drag to resize
ParameterAttribute Constructor
Create a new instance of
ParameterAttribute
.

Namespace: MaxMind.Db
Assembly: MaxMind.Db (in MaxMind.Db.dll) Version: 2.2.0
Syntax
public ParameterAttribute(
	string parameterName,
	bool alwaysCreate = false
)

Parameters

parameterName
Type: System.String
The name of the parameter.
alwaysCreate (Optional)
Type: System.Boolean
Whether to create the object even if the key is not present in the database. If this is false, the default value will be used (null for nullable types)
See Also