| FDO API Reference | Feature Data Objects |
#include <NullCondition.h>
Inherits FdoSearchCondition.
Inheritance diagram for FdoNullCondition:

Definition at line 33 of file NullCondition.h.
Public Member Functions | |
| FDO_API FdoIdentifier * | GetPropertyName () |
| Gets the name of the data property. | |
| FDO_API void | Process (FdoIFilterProcessor *p) |
| Overrides FdoFilter.Process to pass the FdoNullCondition to the appropriate filter processor operation. | |
| FDO_API void | SetPropertyName (FdoIdentifier *value) |
| Sets the name of the data property. | |
Static Public Member Functions | |
| static FDO_API FdoNullCondition * | Create (FdoIdentifier *propertyName) |
| Constructs an instance of an FdoNullCondition using the specified arguments. | |
| static FDO_API FdoNullCondition * | Create (FdoString *propertyName) |
| Constructs an instance of an FdoNullCondition using the specified arguments. | |
| static FDO_API FdoNullCondition * | Create () |
| Constructs a default instance of an FdoNullCondition. | |
| Comments or suggestions? Send us feedback. |