StatefulCustomMappingFactory<TSrc,TDst,TState>.GetStateInitAction 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.
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>