Click or drag to resize
CommandDefinition Constructor
Initialize the command definition

Namespace: Dapper
Assembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public CommandDefinition(
	string commandText,
	Object parameters = null,
	IDbTransaction transaction = null,
	Nullable<int> commandTimeout = null,
	Nullable<CommandType> commandType = null,
	CommandFlags flags = CommandFlags.Buffered
)

Parameters

commandText
Type: System.String
parameters (Optional)
Type: System.Object
transaction (Optional)
Type: System.Data.IDbTransaction
commandTimeout (Optional)
Type: System.Nullable<Int32>
commandType (Optional)
Type: System.Nullable<CommandType>
flags (Optional)
Type: Dapper.CommandFlags
See Also