EntityDesignerDataSourceView.GetDesignTimeData(Int32, Boolean) 方法
定义
使用指定的行数,获取与关联数据源控件的与架构相匹配的设计时数据。Gets the design-time data that matches the schema of the associated data source control by using the specified number of rows.
public:
override System::Collections::IEnumerable ^ GetDesignTimeData(int minimumRows, [Runtime::InteropServices::Out] bool % isSampleData);
public override System.Collections.IEnumerable GetDesignTimeData (int minimumRows, out bool isSampleData);
override this.GetDesignTimeData : int * bool -> System.Collections.IEnumerable
Public Overrides Function GetDesignTimeData (minimumRows As Integer, ByRef isSampleData As Boolean) As IEnumerable
参数
- minimumRows
- Int32
要返回的最小行数。The minimum number of rows to return.
- isSampleData
- Boolean
true 指示返回的数据为示例数据;false 指示返回的数据为实时数据。true to indicate that the returned data is sample data; false to indicate that the returned data is live data.
返回
要在设计时显示的数据。The data to display at design time.
注解
返回一个值,该值指示数据是示例数据还是真实数据。Returns a value that indicates whether the data is sample or real data.