IDataServiceConfiguration.MaxChangesetCount Propriedade
Definição
Obtém o número máximo de conjuntos de alterações que podem ser tratados em um lote.Gets the maximum number of change sets that can be handled in a batch.
public:
property int MaxChangesetCount { int get(); void set(int value); };
public int MaxChangesetCount { get; set; }
member this.MaxChangesetCount : int with get, set
Public Property MaxChangesetCount As Integer
Valor da propriedade
Valor inteiro que indica o número máximo de conjuntos de alterações que podem ser manipulados em um lote.Integer value that indicates the maximum number of change sets that can be handled in a batch.