Gets or sets the renamed string that will replace the full type name in HQL queries for the specified type.

Namespace: Castle.ActiveRecord
Assembly:  Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0

Syntax

C#
public string Rename{ get; set;}

Field Value

The renamed value.

See Also