EntitySchemaTEntity Constructor |
Initializes a new instance.
Namespace:
AGI.Foundation.Tracking
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public EntitySchema(
Type entityIdentifierType
)
Public Sub New (
entityIdentifierType As Type
)
public:
EntitySchema(
Type^ entityIdentifierType
)
new :
entityIdentifierType : Type -> EntitySchema
Parameters
- entityIdentifierType
- Type: SystemType
The type of the EntityIdentifier of this entity type.
Exceptions See Also