The parameter that is used to specify the Document Identifier, part of the composite key used to store and retrieve annotations,
when constructing Sql Commands that operate on the Annotations table.
%%.
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 SqlArtKeyDocumentIdParameter As String
'Usage
Dim instance As MarkupSqlImageDataProvider
Dim value As String
value = instance.SqlArtKeyDocumentIdParameter
public string SqlArtKeyDocumentIdParameter {get;}
public: __property string* get_SqlArtKeyDocumentIdParameter();
public:
property String^ SqlArtKeyDocumentIdParameter {
String^ get();
}
Example
"@documentId"
See Also