Example #1
0
 internal async Task Push()
 {
     if (IsRowId)
     {
         return;
     }
     await SQLColumn.Push().ConfigureAwait(false);
 }