IAutoFieldGenerator 接口

定义

定义一种方法,该方法自动为使用 ASP.NET 动态数据功能的数据绑定控件生成字段。

public interface class IAutoFieldGenerator
public interface IAutoFieldGenerator
type IAutoFieldGenerator = interface
Public Interface IAutoFieldGenerator
派生

方法

GenerateFields(Control)

基于表的元数据信息,自动生成 DynamicField 对象。

适用于