asp.net.ph

DataSet.Site Property

DataSet Class   System.Data Namespace


Sets or retrieves a System.ComponentModel.ISite for a DataSet.

[ VB ]
Overrides Public Property Site As ISite

[ C# ]
public override ISite Site {get; set;}

[ C++ ]
public: __property virtual ISite* get_Site ( );
public: __property virtual void set_Site ( ISite* );

[ JScript ]
public function get Site ( ) : ISite;
public function set Site ( ISite );

Property Value

An ISite for a DataSet.

Remarks

Sites bind a Component to a Container and enable communication between them, as well as provide a way for the container to manage its components.

See Also

DataSet Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph