Windward Engine API Reference
ValueAsSqlWildcards Property
See Also  Send comments on this topic.
WindwardInterfaces.net.windward.datasource Namespace > FilterCondition.Condition Class : ValueAsSqlWildcards Property




Glossary Item Box

For the operations BEGIN_WITH, NOT_BEGIN_WITH, END_WITH, NOT_END_WITH, CONTAINS, NOT_CONTAINS - and the value is a string, it will add wildcards as appropiate. For all other cases it returns the value.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ValueAsSqlWildcards As Object
Visual Basic (Usage)Copy Code
Dim instance As FilterCondition.Condition
Dim value As Object
 
value = instance.ValueAsSqlWildcards
C# 
public object ValueAsSqlWildcards {get;}
Managed Extensions for C++ 
public: __property Object* get_ValueAsSqlWildcards();
C++/CLI 
public:
property Object^ ValueAsSqlWildcards {
   Object^ get();
}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.