Gets the datasource manager object used to administer datasource control binding. This class is provided for WebGrid's infrastructure and is not intended to be used by developers.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Overrides ReadOnly Property DataSourceManager As ISNet.WebUI.DataSourceInfo |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As WebGrid
Dim value As ISNet.WebUI.DataSourceInfo
value = instance.DataSourceManager |
| C# | |
|---|
public override ISNet.WebUI.DataSourceInfo DataSourceManager {get;} |
| Delphi | |
|---|
public read-only property DataSourceManager: ISNet.WebUI.DataSourceInfo; override; |
| JScript | |
|---|
public override function get DataSourceManager : ISNet.WebUI.DataSourceInfo |
| Managed Extensions for C++ | |
|---|
public: __property ISNet.WebUI.DataSourceInfo* get_DataSourceManager() override; |
| C++/CLI | |
|---|
public:
property ISNet.WebUI.DataSourceInfo^ DataSourceManager {
ISNet.WebUI.DataSourceInfo^ get() override;
} |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also