DataControlFieldDesigner::UsesSchema Property

 

When overridden in a derived class, gets a value that indicates whether schema information is used to load the data fields.

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Design (in System.Design.dll)

public:
property bool UsesSchema {
	virtual bool get() abstract;
}

Property Value

Type: System::Boolean

true if schema information is used to load the data fields; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: