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 10, Windows NT, Windows Server
See Also