Proprietà DataServiceConfiguration.MaxResultsPerCollection
Ottiene o imposta il numero massimo di elementi in ogni raccolta restituita.
Spazio dei nomi System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Sintassi
'Dichiarazione
Public Property MaxResultsPerCollection As Integer
Get
Set
'Utilizzo
Dim instance As DataServiceConfiguration
Dim value As Integer
value = instance.MaxResultsPerCollection
instance.MaxResultsPerCollection = value
public int MaxResultsPerCollection { get; set; }
public:
virtual property int MaxResultsPerCollection {
int get () sealed;
void set (int value) sealed;
}
abstract MaxResultsPerCollection : int with get, set
override MaxResultsPerCollection : int with get, set
final function get MaxResultsPerCollection () : int
final function set MaxResultsPerCollection (value : int)
Valore proprietà
Tipo: System.Int32
Numero massimo di elementi.
Implementa
IDataServiceConfiguration.MaxResultsPerCollection
Osservazioni
Questo valore massimo si applica anche alle raccolte annidate.
Vedere anche
Riferimento
DataServiceConfiguration Classe
Spazio dei nomi System.Data.Services