Explore tweets tagged as #CreateCommand
@FlutterMerge
Flutter Merge
5 years
"flutter_tools: refactor `CreateCommand`." by Chris Yang was merged into #Flutter master https://t.co/y0p3TITaPS
1
4
3
@FlutterMerge
Flutter Merge
5 years
"flutter_tools: do more refactor on `CreateBase` and `CreateCommand`" by Chris Yang was merged into #Flutter master https://t.co/XQx9DgHz2E
0
4
2
@FlutterMerge
Flutter Merge
5 years
Fixes 'Refactor the `CreateCommand`'
0
0
1
@marcgravell
Marc Gravell
5 years
@FransBouma @david_whitney I've been deep in the guts of Expression trees very recently, and I can assure you: it isn't that; as a brief example, here's me checking for my own [Encryption(...)] attribute, to use a cmd ctor instead of conn.CreateCommand: https://t.co/iQAeZTiQOU
2
0
3
@ItSANgo
ItSANgo
4 years
BeginTransaction/Clone/Close/CreateCommand/CreateObjRef/Dispose//EnlistDistributedTransaction//EnlistTransaction/Equals/FlushCache/GetHashCode/GetLifetimeService/GetSchema/GetSessionInfo/GetType/InitializeLifetimeService/Open/OpenWithNewPassword/PurgeS… /
0
0
0
@ErikEJ
ErikEJ
4 years
@jeremylikness using var connection = new SqliteConnection("Data Source=hello.db"); https://t.co/zSFWTMYNNc(); var cmd = connection.CreateCommand(); cmd.ExecuteNonQuery("CREATE TABLE ..."; 😁
0
0
4
@jhovanrayzel
Jhovan Rayzel
13 years
Perintah = koneksiku.CreateCommand
0
0
0
@marcmaiffret
Marc Maiffret
5 years
@FortyNorthSec Cool, reminder in other scenarios can just ps it $C = New-Object https://t.co/rahNvRnBmv.SQLClient.SQLConnection $C.ConnectionString = “serv” $C.Open() $M = $C.CreateCommand() $Command.CommandText = “mycmd” $D = $M.ExecuteReader() while ($D.Read()) { $D.GetValue($1) } $C.Close()
1
1
5
@alexandersomma
Alexander
17 years
hitting the sack early so CmdUtils.CreateCommand({ name: "map-me", _getMapUrl: function() { var loc = CmdUtils.getGeoLocation(); var map ...
0
0
0
@Airsilky
Air
9 years
ついに1つのminecraft Tools さんのtellraw文字数上限来たよ() createCommandしたらフリーズしたし、コピペバックアップしといてよかった
0
0
0
@mnzktw
水底
12 years
new OracleCommand() にすべきか、 con.CreateCommand() にすべきかいつも迷う。抽象化で言ったら後者なんだけど、後者は引数にCommandTextを受け付けてくれないのがアレ。
0
0
0
@tweettheoracle
The Oracle
14 years
CmdUtils.CreateCommand({ name: "bookmark-delicious", takes ...: icon:" http://delicious.com//favicon.ico",. modif... http://t.co/5r3WGpFw
0
0
0
@nrslib
nrs
8 years
CreateCommand を CreateCommandUseCase みたいにする的な
0
0
0
@c1982
Oğuzhan Yılmaz
14 years
Nhibernate'de ki Session.Connection.CreateCommand() 'ın IDbCommand döndürdüğünü yeni keşfetmek!
0
0
0
@marcmaiffret
Marc Maiffret
6 years
@HackingDave #windefault/non-admin/etc, i think $C = New-Object https://t.co/rahNvRnBmv.SQLClient.SQLConnection $C.ConnectionString = “serv” $C.Open() $M = $C.CreateCommand() $Command.CommandText = “xp_cmdshell 'dir c:'” $D = $M.ExecuteReader() while ($D.Read()) { $D.GetValue($1) } $C.Close()
0
0
3
@wazmetjou
Douwe 🇵🇸 فلسطين حُرة
14 years
SqlCommand command = con.CreateCommand();
0
0
0
@yybalam
Yeye ☭
13 years
Solicitar un sql al DBA, recibirlo, lanzar un createCommand($sql)->queryAll() y listo. Seee, los DBA y Yii facilitan la vida. :) #codigo
0
0
0
@PROGRAMR_BAT
PROGRAMR.BAT
7 years
Tcl_CreateCommand (interp, "mkdir", Tcl_MkdirCmd, (ClientData)NULL,
0
0
1
@crespersung
성종형
15 years
SqlCeConnection의 CreateCommand를 빠르게 반복적으로 실행하면 메모리 에러납니다. http://durl.me/6jpcx
0
0
0
@wakwak_koba
こばさん
8 years
拡張メソッドを知って以来、ひたすらクソメソッドを量産してるんだが using https://t.co/hi9N8r7NNq.SqlClient; public static SqlCommand CreateCommand(this SqlTransaction Tr) { var cmd = Tr.Connection.CreateCommand(); cmd.Transaction = Tr; return cmd; } これ、あかんのな
0
0
0