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 |
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