ImageGear .NET v24.12 - Updated
SqlArtParameter Property




ImageGear24.Web.Services Assembly > ImageGear.Web.DataProviders Namespace > MarkupSqlImageDataProvider Class : SqlArtParameter Property
The parameter that is used to specify the annotation data into the database for annotation insert and update operations %%. 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 SqlArtParameter As String
'Usage
 
Dim instance As MarkupSqlImageDataProvider
Dim value As String
 
value = instance.SqlArtParameter
public string SqlArtParameter {get;}
public: __property string* get_SqlArtParameter();
public:
property String^ SqlArtParameter {
   String^ get();
}
Remarks
Required.
Example
"@artData"
See Also

Reference

MarkupSqlImageDataProvider Class
MarkupSqlImageDataProvider Members