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: SystemString
parameters (Optional)
Type: SystemObject
transaction (Optional)
Type: System.DataIDbTransaction
commandTimeout (Optional)
Type: SystemNullableInt32
commandType (Optional)
Type: SystemNullableCommandType
flags (Optional)
Type: DapperCommandFlags
See Also