BindDataControlBindDataReaderList Method | Helper帮助文档 |
SqlDataReader简单绑定DataList
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void BindDataReaderList( Control ctrl, SqlDataReader mydv )
Public Shared Sub BindDataReaderList ( ctrl As Control, mydv As SqlDataReader )
public: static void BindDataReaderList( Control^ ctrl, SqlDataReader^ mydv )
static member BindDataReaderList : ctrl : Control * mydv : SqlDataReader -> unit
Parameters
- ctrl
- Type: System.Web.UIControl
控件ID - mydv
- Type: System.Data.SqlClientSqlDataReader
数据视图
See Also