DynamicFieldDesigner::UsesSchema Property

 

Gets a value that indicates whether schema information is used to load the data fields.

Namespace:   System.Web.DynamicData.Design
Assembly:  System.Web.DynamicData.Design (in System.Web.DynamicData.Design.dll)

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

Property Value

Type: System::Boolean

true in all cases.

.NET Framework
Available since 3.5
Return to top
Show: