Initializes a new instance of the HasManyToAnyAttribute class.
Namespace: Castle.ActiveRecord
Assembly: Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0
Syntax
| C# |
|---|
public HasManyToAnyAttribute( Type mapType, string keyColum, string table, Type idType, string typeColumn, string idColumn ) |
Parameters
- mapType
- Type
Type of the map.
- keyColum
- String
The key colum.
- table
- String
The table.
- idType
- Type
Type of the id.
- typeColumn
- String
The type column.
- idColumn
- String
The id column.
See Also
HasManyToAnyAttribute Class
Castle.ActiveRecord Namespace