Namespaces

Types

Type Parameter

Namespace NHibernate.SqlCommand

Methods

Fields

Public instance methods

bool Equals(object obj)

Determines wether this instance and the specified object are of the same type and have the same values.
Parameters
return bool ${WriteSummary(content)}
object obj An object to compare to this instance.

int GetHashCode()

Gets a hash code for the parameter.
Parameters
return int An Int32 value for the hash code.

Type GetType()

Parameters
return Type

string ToString()

Parameters
return string

Public static methods

Parameter[] GenerateParameters(int count)

Generates an array of parameters for the given SqlType .
Parameters
return Parameter[] An array of Parameter objects
int count The number of parameters to generate.

Public fields

Parameter Placeholder

Used as a placeholder when parsing HQL or SQL queries.
return Parameter