asp.net.ph

DataTable.EndInit Method

System.Data Namespace   DataTable Class


NOTE: This member is used internally by the .NET infrastructure and is not intended to be called directly from your code.

Ends the initialization of a DataTable that is used on a form or used by another component. The initialization occurs at runtime.

[ VB ]
NotOverridable Public Sub EndInit ( )

[ C# ]
public void EndInit ( );

[ C++ ]
public: __sealed void EndInit ( );

[ JScript ]
public function EndInit ( );

Remarks

The Visual Studio.NET design environment uses this method to end the initialization of a component that is used on a form or used by another component. The BeginInit method starts the initialization. Using the BeginInit and EndInit methods prevents the control from being used before it is fully initialized.

See Also

DataTable 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