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.6.1
Syntax
public ParameterAttribute(
	string parameterName,
	bool alwaysCreate = false
)

Parameters

parameterName
Type: SystemString
The name of the parameter.
alwaysCreate (Optional)
Type: SystemBoolean
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