SqlArtMarkupNameParameter Property
In This Topic
The parameter that is used to insert document data into the database for insert operations
https. 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 SqlArtMarkupNameParameter As String
'Usage
Dim instance As MarkupSqlImageDataProvider
Dim value As String
value = instance.SqlArtMarkupNameParameter
public string SqlArtMarkupNameParameter {get;}
public: __property string* get_SqlArtMarkupNameParameter();
public:
property String^ SqlArtMarkupNameParameter {
String^ get();
}
Example
@imageData
See Also