The parameter that is used to specify the Markup Layer Record ID when constructing SQL Commands dealing with annotations.
            %%.
            An SQL parameter is used like a variable identifier and should appear in relevant queries. MSSQL parameters should begin with
            the '@' symbol.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public ReadOnly Property SqlArtKeyArtIdParameter As String
             
        
            
            'Usage
 
Dim instance As MarkupSqlImageDataProvider
Dim value As String
 
value = instance.SqlArtKeyArtIdParameter
             
        
            
            public string SqlArtKeyArtIdParameter {get;}
             
        
            
            public: __property string* get_SqlArtKeyArtIdParameter();
             
        
            
            public:
property String^ SqlArtKeyArtIdParameter {
   String^ get();
}
             
        
             
        
            
            
             
            
            
            
            
            
            Example
"@markupId"
            
            
            
            
            
            See Also