serialize MethodStatic @beta
Converts an EntityProps to an ECSqlRow. This is used to serialize an Entity to prepare to write it to the database.
serialize(props: RenderMaterialProps, iModel: IModelDb): ECSqlRow
Parameter | Type | Description |
---|---|---|
props | RenderMaterialProps | |
iModel | IModelDb |
Returns - ECSqlRow
Defined in
- core/backend/src/Material.ts Line 103
Last Updated: 27 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.