Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DataSet::IsInitialized Property

 

Gets a value that indicates whether the DataSet is initialized.

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

public:
[BrowsableAttribute(false)]
property bool IsInitialized {
	virtual bool get() sealed;
}

Property Value

Type: System::Boolean

true to indicate the component has completed initialization; otherwise false.

Returns the status of the DataSet while it’s being constructed, for instance by Visual Studio. The BeginInit method sets it to false and EndInit method sets it to true.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft