Click or drag to resize
DbContextSerializerCanConvert Method
Indicates if DbContextSerializer can Convert the type

Namespace: ErrorUnit.JsonSerializer
Assembly: ErrorUnit (in ErrorUnit.dll) Version: 1.3.0
Syntax
C#
public override bool CanConvert(
	Type objectType
)

Parameters

objectType
Type: SystemType
DbContext type.

Return Value

Type: Boolean
True if can convert DbContext.
See Also