Specifies whether to ignore the current row or item of the storage. Ignoring the current means
that no persistent object is created and the framework tries to process the next item.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property Ignore As Boolean |
| C# | |
|---|
public bool Ignore {get; set;} |
| Managed Extensions for C++ | |
|---|
public: __property bool get_Ignore();
public: __property void set_Ignore(
bool value
); |
| C++/CLI | |
|---|
public:
property bool Ignore {
bool get();
void set (bool value);
} |
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also