| Name | Description |
---|
| Clone |
Creates a new DetachedQuery that is a deep copy of the current instance.
|
| CopyParametersFrom |
Clear all existing parameters and copy new parameters from a given origin.
(Inherited from AbstractDetachedQuery.) |
| CopyTo | (Inherited from AbstractDetachedQuery.) |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
| GetExecutableQuery |
Get an executable instance of IQuery, to actually run the query.
(Overrides AbstractDetachedQuery..::..GetExecutableQuery(ISession).) |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
| SetAnsiString(Int32, String) | (Inherited from AbstractDetachedQuery.) |
| SetAnsiString(String, String) | (Inherited from AbstractDetachedQuery.) |
| SetBinary(Int32, array<Byte>[]()[][]) | (Inherited from AbstractDetachedQuery.) |
| SetBinary(String, array<Byte>[]()[][]) | (Inherited from AbstractDetachedQuery.) |
| SetBoolean(Int32, Boolean) | (Inherited from AbstractDetachedQuery.) |
| SetBoolean(String, Boolean) | (Inherited from AbstractDetachedQuery.) |
| SetByte(Int32, Byte) | (Inherited from AbstractDetachedQuery.) |
| SetByte(String, Byte) | (Inherited from AbstractDetachedQuery.) |
| SetCacheable | (Inherited from AbstractDetachedQuery.) |
| SetCacheMode | Override the current session cache mode, just for this query. (Inherited from AbstractDetachedQuery.) |
| SetCacheRegion | (Inherited from AbstractDetachedQuery.) |
| SetCharacter(Int32, Char) | (Inherited from AbstractDetachedQuery.) |
| SetCharacter(String, Char) | (Inherited from AbstractDetachedQuery.) |
| SetComment | (Inherited from AbstractDetachedQuery.) |
| SetDateTime(Int32, DateTime) | (Inherited from AbstractDetachedQuery.) |
| SetDateTime(String, DateTime) | (Inherited from AbstractDetachedQuery.) |
| SetDecimal(Int32, Decimal) | (Inherited from AbstractDetachedQuery.) |
| SetDecimal(String, Decimal) | (Inherited from AbstractDetachedQuery.) |
| SetDouble(Int32, Double) | (Inherited from AbstractDetachedQuery.) |
| SetDouble(String, Double) | (Inherited from AbstractDetachedQuery.) |
| SetEntity(Int32, Object) | (Inherited from AbstractDetachedQuery.) |
| SetEntity(String, Object) | (Inherited from AbstractDetachedQuery.) |
| SetEnum(Int32, Enum) | (Inherited from AbstractDetachedQuery.) |
| SetEnum(String, Enum) | (Inherited from AbstractDetachedQuery.) |
| SetFetchSize | (Inherited from AbstractDetachedQuery.) |
| SetFirstResult | (Inherited from AbstractDetachedQuery.) |
| SetFlushMode | (Inherited from AbstractDetachedQuery.) |
| SetGuid(Int32, Guid) | (Inherited from AbstractDetachedQuery.) |
| SetGuid(String, Guid) | (Inherited from AbstractDetachedQuery.) |
| SetIgnoreUknownNamedParameters | (Inherited from AbstractDetachedQuery.) |
| SetInt16(Int32, Int16) | (Inherited from AbstractDetachedQuery.) |
| SetInt16(String, Int16) | (Inherited from AbstractDetachedQuery.) |
| SetInt32(Int32, Int32) | (Inherited from AbstractDetachedQuery.) |
| SetInt32(String, Int32) | (Inherited from AbstractDetachedQuery.) |
| SetInt64(Int32, Int64) | (Inherited from AbstractDetachedQuery.) |
| SetInt64(String, Int64) | (Inherited from AbstractDetachedQuery.) |
| SetLockMode | (Inherited from AbstractDetachedQuery.) |
| SetMaxResults | (Inherited from AbstractDetachedQuery.) |
| SetParameter(Int32, Object) | (Inherited from AbstractDetachedQuery.) |
| SetParameter(String, Object) | (Inherited from AbstractDetachedQuery.) |
| SetParameter(Int32, Object, IType) | (Inherited from AbstractDetachedQuery.) |
| SetParameter(String, Object, IType) | (Inherited from AbstractDetachedQuery.) |
| SetParameterList(String, ICollection) | (Inherited from AbstractDetachedQuery.) |
| SetParameterList(String, ICollection, IType) | (Inherited from AbstractDetachedQuery.) |
| SetParametersTo | (Inherited from AbstractDetachedQuery.) |
| SetProperties | (Inherited from AbstractDetachedQuery.) |
| SetQueryProperties | (Inherited from AbstractDetachedQuery.) |
| SetReadOnly | (Inherited from AbstractDetachedQuery.) |
| SetResultTransformer | (Inherited from AbstractDetachedQuery.) |
| SetSingle(Int32, Single) | (Inherited from AbstractDetachedQuery.) |
| SetSingle(String, Single) | (Inherited from AbstractDetachedQuery.) |
| SetString(Int32, String) | (Inherited from AbstractDetachedQuery.) |
| SetString(String, String) | (Inherited from AbstractDetachedQuery.) |
| SetTime(Int32, DateTime) | (Inherited from AbstractDetachedQuery.) |
| SetTime(String, DateTime) | (Inherited from AbstractDetachedQuery.) |
| SetTimeout | (Inherited from AbstractDetachedQuery.) |
| SetTimestamp(Int32, DateTime) | (Inherited from AbstractDetachedQuery.) |
| SetTimestamp(String, DateTime) | (Inherited from AbstractDetachedQuery.) |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |