Chili.Opf3 Send comments on this topic.
Ignore Property
See Also 
Chili.Opf3 Namespace > FetchingStorageRecordEventArgs Class : Ignore Property




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
Visual Basic (Usage)Copy Code
Dim instance As FetchingStorageRecordEventArgs
Dim value As Boolean
 
instance.Ignore = value
 
value = instance.Ignore
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