DataControlFieldDesigner::CreateField Method (IDataSourceFieldSchema^)

 

When overridden in a derived class, creates a new field object using the specified data field information.

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

public:
virtual DataControlField^ CreateField(
	IDataSourceFieldSchema^ fieldSchema
) abstract

Parameters

fieldSchema
Type: System.Web.UI.Design::IDataSourceFieldSchema^

Schema information that contains the structure of a data field.

Return Value

Type: System.Web.UI.WebControls::DataControlField^

A new field object.

.NET Framework
Available since 2.0
Return to top
Show: