選択したデータ ソースのスキーマに一致する一連のサンプル データを取得します。
オーバーロードの一覧
選択したデータ ソースのスキーマに一致する一連のサンプル データを取得します。
[Visual Basic] Overloads Protected Function GetDesignTimeDataSource(Integer, ByRef Boolean) As IEnumerable
[C#] protected IEnumerable GetDesignTimeDataSource(int, bool);
[C++] protected: IEnumerable* GetDesignTimeDataSource(int, bool);
[JScript] protected function GetDesignTimeDataSource(int, Boolean) : IEnumerable;
選択したデータ ソースのスキーマに一致する一連のサンプル データを取得します。
[Visual Basic] Overloads Protected Function GetDesignTimeDataSource(IEnumerable, Integer, ByRef Boolean) As IEnumerable
[C#] protected IEnumerable GetDesignTimeDataSource(IEnumerable, int, bool);
[C++] protected: IEnumerable* GetDesignTimeDataSource(IEnumerable*, int, bool);
[JScript] protected function GetDesignTimeDataSource(IEnumerable, int, Boolean) : IEnumerable;
使用例
参照
BaseDataListDesigner クラス | BaseDataListDesigner メンバ | System.Web.UI.Design.WebControls 名前空間