Advertisement
vilgelmbb

Copy row

Feb 6th, 2015
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.23 KB | None | 0 0
  1. if (!ssdPartnerProp.Rows.Section.Fields[i].IsReadOnly && alias != "InstanceID"
  2.     && alias != "ParentRowID"
  3.     && alias != "ParentTreeRowID"
  4.     && alias != "RowID"
  5.     && alias != "SysRowTimestamp")
  6. {
  7.     rdNew.SetValue(alias, rd2[alias], ft);
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement