Windward Studios API Reference
setGlobal Method
See Also  Send comments on this topic.
WindwardInterfaces.net.windward.datasource Namespace > FilterBase Class : setGlobal Method




metaIdentifier
The meta identifier for a global select. If you are using aliases (SQL), this is the actual table.column, NOT the alias.

Glossary Item Box

Set to apply globally with this metadata. isApplyGlobally is set to true on this call. For SQL this is [dbo.]table.column using the raw values (no surrounding spaces) and for XML it is the full XPath to that node. In the case of XPath this must be a simplistic node/node/@attribute. No functions [conditions], etc.

Syntax

Visual Basic (Declaration) 
Public Sub setGlobal( _
   ByVal metaIdentifier As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As FilterBase
Dim metaIdentifier As String
 
instance.setGlobal(metaIdentifier)
C# 
public void setGlobal( 
   string metaIdentifier
)
Managed Extensions for C++ 
public: void setGlobal( 
   string* metaIdentifier
) 
C++/CLI 
public:
void setGlobal( 
   String^ metaIdentifier
) 

Parameters

metaIdentifier
The meta identifier for a global select. If you are using aliases (SQL), this is the actual table.column, NOT the alias.

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software