Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
DataRow Update .NET
code_junkie
Nov 14th, 2011
102
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.19 KB
| None
|
0
0
raw
download
clone
embed
print
report
// data table has data at this point....
myTable.Columns.Add("Fri");
foreach(DataRow r in myTable.Rows) {
r["Fri"] = 4;
}
myTable.Columns.Add("Fri", typeof(int));
Add Comment
Please,
Sign In
to add comment
Public Pastes
UserPremium
GetText | 1 hour ago | 0.99 KB
Temperatura e Umidade no Arduino
C++ | 2 hours ago | 1.60 KB
News Nov28 25
Email | 3 hours ago | 109.76 KB
luart decryptor
Lua | 4 hours ago | 6.05 KB
Untitled
Lua | 6 hours ago | 3.91 KB
devkit running
Bash | 6 hours ago | 13.11 KB
GhostPing
Bash | 7 hours ago | 0.63 KB
StartupMovement
Lua | 7 hours ago | 3.57 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!