The nullifying function used to set the foreign key to null.
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.21.0
Syntax
| C# | 
|---|
public ForeignKeyNullifyDelegate ForeignKeyNullfier { get; }  | 
| Visual Basic (Declaration) | 
|---|
Public ReadOnly Property ForeignKeyNullfier As ForeignKeyNullifyDelegate  | 
| Visual C++ | 
|---|
public: property ForeignKeyNullifyDelegate^ ForeignKeyNullfier { ForeignKeyNullifyDelegate^ get (); }  |