SIFWorks ADK 2.0
Filter Property
NamespacesEdustructures.SifWorksIDataObjectOutputStreamFilter

[This is preliminary documentation and is subject to change.]

Tells the DataObjectOutputStream to automatically filter out any SIFDataObjects that do not match the conditions specified in the provided Query object.
Declaration Syntax
C#Visual BasicVisual C++
Query Filter{ get; set;}
Property Filter As Query
property Query^ Filter {
	Query^ get ();
	void set (Query^ value);
}
Value
The Query object to use when filtering data or null to remove the filter
Remarks
Any SIFDataObject that does not meet the conditions specified in the Query will not be written to the underlying data stream.

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10