'Declaration Public ReadOnly Property ParamKeySqlDbType As Nullable(Of SqlDbType)
'Usage Dim instance As MarkupSqlImageDataProvider Dim value As Nullable(Of SqlDbType) value = instance.ParamKeySqlDbType
public Nullable<SqlDbType> ParamKeySqlDbType {get;}
public: __property Nullable<SqlDbType> get_ParamKeySqlDbType();
public: property Nullable<SqlDbType> ParamKeySqlDbType { Nullable<SqlDbType> get(); }