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