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.
Begins 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 BeginInit ( )
[ C# ]
public void BeginInit ( );
[ C++ ]
public: __sealed void BeginInit ( );
[ JScript ]
public function BeginInit ( );
The Visual Studio.NET design environment uses this method to start the initialization of a component that is used on a form or used by another component. The EndInit method ends the initialization. Using the BeginInit and EndInit methods prevents the control from being used before it is fully initialized.
DataTable Members