IAutoFieldGenerator 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义一种方法,该方法自动为使用 ASP.NET 动态数据功能的数据绑定控件生成字段。
public interface class IAutoFieldGenerator
public interface IAutoFieldGenerator
type IAutoFieldGenerator = interface
Public Interface IAutoFieldGenerator
- 派生
方法
GenerateFields(Control) |
基于表的元数据信息,自动生成 DynamicField 对象。 |