Click or drag to resize

ICursorFilterGetViewFilterString Method

Convenience method mainly for COM Interop; returns ViewFilter string as you would use it in DDE syntax.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
string GetViewFilterString()

Return Value

Type: String
ViewFilter string.
Remarks
If you use CmcLibNet through COM Interop, for instance in Commence Form Script, you may have no way of inspecting the filter in an IDE. This method returns the string representation of the filter.
See Also