Namespaces

Types

Type SqlClientSqlCommandSet

Namespace NHibernate.Impl

Interfaces IDisposable

Methods

Properties

Public instance methods

void Append(SqlCommand command)

Append a command to the batch
Parameters
SqlCommand 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

SqlCommand BatchCommand get;

Return the batch command to be executed
return SqlCommand

SqlConnection Connection get; set;

return SqlConnection

int CountOfCommands get;

The number of commands batched in this instance
return int

SqlTransaction Transaction set;

return SqlTransaction