RepeaterDesigner.GetDesignTimeDataSource 메서드

정의

디자인 타임 샘플 데이터를 반환합니다.

오버로드

Name Description
GetDesignTimeDataSource(IEnumerable, Int32)

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

제공된 데이터를 기반으로 지정한 행 수를 사용하여 디자인 타임 샘플 데이터를 반환합니다.

GetDesignTimeDataSource(Int32)

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

메서드를 기반으로 GetResolvedSelectedDataSource() 지정한 행 수를 사용하여 디자인 타임 샘플 데이터를 반환합니다.

GetDesignTimeDataSource(IEnumerable, Int32)

제공된 데이터를 기반으로 지정한 행 수를 사용하여 디자인 타임 샘플 데이터를 반환합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

protected:
 System::Collections::IEnumerable ^ GetDesignTimeDataSource(System::Collections::IEnumerable ^ selectedDataSource, int minimumRows);
protected System.Collections.IEnumerable GetDesignTimeDataSource(System.Collections.IEnumerable selectedDataSource, int minimumRows);
member this.GetDesignTimeDataSource : System.Collections.IEnumerable * int -> System.Collections.IEnumerable
Protected Function GetDesignTimeDataSource (selectedDataSource As IEnumerable, minimumRows As Integer) As IEnumerable

매개 변수

selectedDataSource
IEnumerable

IEnumerable 디자인 타임에 유사한 샘플 데이터를 만드는 데 사용할 데이터가 포함된 개체입니다.

minimumRows
Int32

데이터 원본에 포함해야 하는 샘플 데이터의 최소 행 수입니다.

반품

IEnumerable 디자인 타임에 사용할 샘플 데이터가 들어 있는 개체입니다.

추가 정보

적용 대상

GetDesignTimeDataSource(Int32)

메서드를 기반으로 GetResolvedSelectedDataSource() 지정한 행 수를 사용하여 디자인 타임 샘플 데이터를 반환합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

protected:
 System::Collections::IEnumerable ^ GetDesignTimeDataSource(int minimumRows);
protected System.Collections.IEnumerable GetDesignTimeDataSource(int minimumRows);
member this.GetDesignTimeDataSource : int -> System.Collections.IEnumerable
Protected Function GetDesignTimeDataSource (minimumRows As Integer) As IEnumerable

매개 변수

minimumRows
Int32

데이터 원본에 포함해야 하는 샘플 데이터의 최소 행 수입니다.

반품

IEnumerable 디자인 타임에 사용할 샘플 데이터가 들어 있는 개체입니다.

추가 정보

적용 대상