Initializes a new instance of the HiloAttribute class.

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

Syntax

C#
public HiloAttribute(
	string table,
	string column,
	int maxlo
)

Parameters

table
String
The table.
column
String
The column.
maxlo
Int32
The maxlo.

See Also