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
Syntaxpublic bool AlwaysCreate { get; }Public ReadOnly Property AlwaysCreate As Boolean
	Get
public:
property bool AlwaysCreate {
	bool get ();
}member AlwaysCreate : bool with get
Property Value
Type: 
Boolean
See Also