CoreStrings.CustomMetadata(Object, Object, Object) Method

Definition

Caution

This API is now deprecated.

The extension method '{method}' is being used with a custom implementation of '{interfaceType}'. Use of custom implementations of the Entity Framework metadata interfaces is not supported, consider deriving from '{concreteType}' instead. Please contact the Entity Framework team if you have a compelling case for a custom implementation of the metadata interfaces so that we can consider ways to achieve this.

public static string CustomMetadata (object method, object interfaceType, object concreteType);
[System.Obsolete]
public static string CustomMetadata (object? method, object? interfaceType, object? concreteType);
static member CustomMetadata : obj * obj * obj -> string
[<System.Obsolete>]
static member CustomMetadata : obj * obj * obj -> string
Public Shared Function CustomMetadata (method As Object, interfaceType As Object, concreteType As Object) As String

Parameters

method
Object
interfaceType
Object
concreteType
Object

Returns

Attributes

Applies to