枚举 CommandType, 指定如何解释命令字符串.
CommandType
public enum CommandType
// SQL 文本命令(默认) Text = 1,
// 存储过程的名称 StoredProcedure = 4,
// 表的名称 TableDirect = 512