Namespaces

Types

Type DbCommandSet<TConnection, TCommand>

Namespace NHibernate.Impl

Interfaces IDbCommandSet

Methods

Properties

Public instance methods

void Append(IDbCommand command)

Append a command to the batch
Parameters
IDbCommand command

void Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

bool Equals(object obj)

Parameters
return bool
object obj

int ExecuteNonQuery()

Executes the batch
Parameters
return int This seems to be returning the total number of affected rows in all queries

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

string ToString()

Parameters
return string

Public properties

IDbCommand BatchCommand get;

Return the batch command to be executed
return IDbCommand

TConnection Connection get; set;

return TConnection

int CountOfCommands get;

The number of commands batched in this instance
return int