DesignSurfaceFacadeShowCreateDataSourceDialog Method |
Namespace: Kettic.AspNet.Controls.DesignAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic DialogResult ShowCreateDataSourceDialog(
IComponent component,
out string selectedDataSourceID
)
Public Function ShowCreateDataSourceDialog (
component As IComponent,
<OutAttribute> ByRef selectedDataSourceID As String
) As DialogResult
public:
DialogResult ShowCreateDataSourceDialog(
IComponent^ component,
[OutAttribute] String^% selectedDataSourceID
)
member ShowCreateDataSourceDialog :
component : IComponent *
selectedDataSourceID : string byref -> DialogResult
Parameters
- component
- Type: System.ComponentModelIComponent
- selectedDataSourceID
- Type: SystemString
Return Value
Type:
DialogResult
See Also