| IDatabaseRelTypeCreate Method  | 
 
Namespace: PDTec.IceNet.Core.Database.ImplementationAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxvoid RelTypeCreate(
	string name,
	string displayName,
	string description,
	string descriptionFrom,
	string descriptionTo,
	Cardinality cardinalityFrom,
	Cardinality cardinalityTo,
	bool isOrderedFrom,
	bool isOrderedTo,
	string packId,
	bool isExtended,
	out string id
)
Parameters
- name
 - Type: SystemString
 - displayName
 - Type: SystemString
 - description
 - Type: SystemString
 - descriptionFrom
 - Type: SystemString
 - descriptionTo
 - Type: SystemString
 - cardinalityFrom
 - Type: PDTec.IceNet.Core.ModelCardinality
 - cardinalityTo
 - Type: PDTec.IceNet.Core.ModelCardinality
 - isOrderedFrom
 - Type: SystemBoolean
 - isOrderedTo
 - Type: SystemBoolean
 - packId
 - Type: SystemString
 - isExtended
 - Type: SystemBoolean
 - id
 - Type: SystemString
 
See Also