Share via


ODataBatchReader.GetCurrentGroupIdImplementation Method

Definition

Gets the group id for the current request. Default implementation here is provided returning null.

protected virtual string GetCurrentGroupIdImplementation ();
abstract member GetCurrentGroupIdImplementation : unit -> string
override this.GetCurrentGroupIdImplementation : unit -> string
Protected Overridable Function GetCurrentGroupIdImplementation () As String

Returns

The group id for the current request.

Applies to