DataServiceConfiguration.MaxResultsPerCollection Propiedad
Obtiene o establece el número máximo de elementos de cada colección devuelta.
Espacio de nombres: System.Data.Services
Ensamblado: Microsoft.Data.Services (en Microsoft.Data.Services.dll)
Sintaxis
'Declaración
Public Property MaxResultsPerCollection As Integer
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.Int32
Número máximo de elementos.
Implementa
IDataServiceConfiguration.MaxResultsPerCollection
Comentarios
Este valor máximo también se aplica a las colecciones anidadas.
Vea también
Referencia
DataServiceConfiguration Clase
Espacio de nombres System.Data.Services