Share via


StatefulCustomMappingFactory<TSrc,TDst,TState>.GetStateInitAction Method

Definition

Returns an action that is called once before the row cursor is initialized, to initialize the state object used by the cursor.

public abstract Action<TState> GetStateInitAction ();
abstract member GetStateInitAction : unit -> Action<'State (requires 'State : null and 'State : (new : unit -> 'State))>
Public MustOverride Function GetStateInitAction () As Action(Of TState)

Returns

Action<TState>

Applies to