संपादित करें

इसके माध्यम से साझा किया गया


ObjectList.CreateAutoGeneratedFields(IEnumerable) Method

Definition

Automatically generates fields for the given data. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

protected:
 void CreateAutoGeneratedFields(System::Collections::IEnumerable ^ dataSource);
protected void CreateAutoGeneratedFields (System.Collections.IEnumerable dataSource);
member this.CreateAutoGeneratedFields : System.Collections.IEnumerable -> unit
Protected Sub CreateAutoGeneratedFields (dataSource As IEnumerable)

Parameters

dataSource
IEnumerable

The specified source of the data.

Applies to

See also