System.Data.SqlClient Namespace SqlCommand Class
Sets or retrieves a value indicating whether the command object should be visible
in a Windows Forms Designer control.
Script |
SqlCommand.DesignTimeVisible [ = true | false ] |
This property accepts or returns only a boolean value: true if the command object should be visible in a control; otherwise, false.
The property is read/write with a default value of false.
SqlCommand Members