ODataBatchReader.GetCurrentGroupIdImplementation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.