'Declaration
<System.ComponentModel.CategoryAttribute("Optional Settings")> <System.ComponentModel.DescriptionAttribute("The optional database connection string. If not supplied the connection string will be built from the stored procedure's details.")> Public Property ConnectionString As System.String
'Usage
Dim instance As SQLStoredProc Dim value As System.String instance.ConnectionString = value value = instance.ConnectionString
[System.ComponentModel.Category("Optional Settings")] [System.ComponentModel.Description("The optional database connection string. If not supplied the connection string will be built from the stored procedure's details.")] public System.string ConnectionString {get; set;}