次の方法で共有


DataServiceConfiguration.SetEntitySetPageSize メソッド

エンティティ セット リソースの最大ページ サイズを設定します。

名前空間:  System.Data.Services
アセンブリ:  Microsoft.Data.Services (Microsoft.Data.Services.dll)

構文

'宣言
Public Sub SetEntitySetPageSize ( _
    name As String, _
    size As Integer _
)
'使用
Dim instance As DataServiceConfiguration
Dim name As String
Dim size As Integer

instance.SetEntitySetPageSize(name, size)
public void SetEntitySetPageSize(
    string name,
    int size
)
public:
void SetEntitySetPageSize(
    String^ name, 
    int size
)
member SetEntitySetPageSize : 
        name:string * 
        size:int -> unit 
public function SetEntitySetPageSize(
    name : String, 
    size : int
)

パラメーター

  • name
    型: System.String
    ページ サイズを設定するエンティティ セット リソースの名前。
  • size
    型: System.Int32
    name に指定されたエンティティ セット リソースのページ サイズ。

説明

name パラメーターの値として "*" を指定した場合、ページ サイズが明示的に設定されていないすべてのエンティティ セットに対してページ サイズ値が設定されます。

関連項目

参照

DataServiceConfiguration クラス

System.Data.Services 名前空間

その他の技術情報

データ サービスの構成 (WCF Data Services)