Method AsRecord
AsRecord(IEntity)
Converts the entity to a record.
public static IRecord AsRecord(this IEntity entity)
Parameters
entity
IEntityThe entity to convert.
Returns
- IRecord
The record.
Converts the entity to a record.
public static IRecord AsRecord(this IEntity entity)
entity
IEntityThe entity to convert.
The record.