Only use this constructor for types that are registred with the DynamicTypeManager. Primary key field is infered.
Namespace: Composite.DataAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public ForeignKeyAttribute(
string interfaceTypeManagerName
) |
Visual Basic |
---|
Public Sub New ( _
interfaceTypeManagerName As String _
) |
Visual C++ |
---|
public:
ForeignKeyAttribute(
String^ interfaceTypeManagerName
) |
Parameters
- interfaceTypeManagerName
- Type: System..::..String
A string that will yield a type from the TypeManager.
See Also