Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ SelectCommand [1/2]

DbCommand? System.Data.Common.DbDataAdapter.SelectCommand
getset

Implements System.Data.IDbDataAdapter.

Definition at line 111 of file DbDataAdapter.cs.

112 {
113 get
114 {
115 return (DbCommand)_IDbDataAdapter.SelectCommand;
116 }
117 set
118 {
119 _IDbDataAdapter.SelectCommand = value;
120 }
121 }

Referenced by System.Data.Common.DbCommandBuilder.GetSelectCommand().