コード例 #1
0
 /// <summary>
 /// Occurs in DataPortal_Insert, after the insert operation, before setting back row identifiers (ID and RowVersion) and Commit().
 /// </summary>
 partial void OnInsertPost(DataPortalHookArgs args);
コード例 #2
0
 /// <summary>
 /// Occurs in DataPortal_Insert, after the update operation, before setting back row identifiers (RowVersion) and Commit().
 /// </summary>
 partial void OnUpdatePost(DataPortalHookArgs args);
コード例 #3
0
 /// <summary>
 /// Occurs after the fetch operation (object or collection is fully loaded and set up).
 /// </summary>
 partial void OnFetchPost(DataPortalHookArgs args);
コード例 #4
0
 /// <summary>
 /// Occurs after the low level fetch operation, before the data reader is destroyed.
 /// </summary>
 partial void OnFetchRead(DataPortalHookArgs args);
コード例 #5
0
 /// <summary>
 /// Occurs after setting all defaults for object creation.
 /// </summary>
 partial void OnCreate(DataPortalHookArgs args);