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




Glossary Item Box

The meta identifier for a global select. 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 ReadOnly Property GlobalMetaIdentifier As String
Visual Basic (Usage)Copy Code
Dim instance As FilterBase
Dim value As String
 
value = instance.GlobalMetaIdentifier
C# 
public string GlobalMetaIdentifier {get;}
Managed Extensions for C++ 
public: __property string* get_GlobalMetaIdentifier();
C++/CLI 
public:
property String^ GlobalMetaIdentifier {
   String^ get();
}

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software