Click or drag to resize

ParameterAttributeAlwaysCreate Property

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).

Namespace:  MaxMind.Db
Assembly:  MaxMind.Db (in MaxMind.Db.dll) Version: 2.6.1
Syntax
public bool AlwaysCreate { get; }

Property Value

Type: Boolean
See Also