2 implementations of CommandText
System.Data.Common (1)
System\Data\Common\DbCommand.cs (1)
20
public abstract string
CommandText
{ get; set; }
System.Data.OleDb (1)
OleDbCommand.cs (1)
112
public override string
CommandText
1 reference to CommandText
System.Data.Common (1)
System\Data\Common\DbDataAdapter.cs (1)
314
if (DesignMode && ((null == command) || (null == command.Connection) || string.IsNullOrEmpty(command.
CommandText
)))