Gets or sets the command type to execute.
The command type to execute.
This value may be either Text (System.Data.CommandType.Text
) to specify that the CommandText is a prepared statement to execute, or StoredProcedure (System.Data.CommandType.StoredProcedure
) to specify that the CommandText property is the name of a stored procedure to execute.
The default value is Text (System.Data.CommandType.Text
).
AdoNetAppender Class | log4net.Appender Namespace