DbContextSerializerCanConvert Method |
Indicates if DbContextSerializer can Convert the type
Namespace: ErrorUnit.JsonSerializerAssembly: ErrorUnit (in ErrorUnit.dll) Version: 1.0.0.27669 (1.0.0.0)
Syntax public override bool CanConvert(
Type objectType
)
Parameters
- objectType
- Type: SystemType
DbContext type.
Return Value
Type:
BooleanTrue if can convert DbContext.
See Also