CommandType public enum CommandType Specifies how a command string is interpreted. Documentation StoredProcedure = 4 The name of a stored procedure. TableDirect = 512 The name of a table. Text = 1 An SQL text command. (Default.)