CoreStrings.CannotCreateValueGenerator Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CannotCreateValueGenerator(Object) |
Cannot create an instance of value generator type '{generatorType}'. Ensure that the type can be instantiated and has a parameterless constructor, or use the overload of 'HasValueGenerator' that accepts a delegate. |
CannotCreateValueGenerator(Object, Object) |
Cannot create an instance of value generator type '{generatorType}'. Ensure that the type can be instantiated and has a parameterless constructor, or use the overload of '{method}' that accepts a delegate. |
CannotCreateValueGenerator(Object)
Cannot create an instance of value generator type '{generatorType}'. Ensure that the type can be instantiated and has a parameterless constructor, or use the overload of 'HasValueGenerator' that accepts a delegate.
public static string CannotCreateValueGenerator (object generatorType);
static member CannotCreateValueGenerator : obj -> string
Public Shared Function CannotCreateValueGenerator (generatorType As Object) As String
Parameters
- generatorType
- Object
Returns
Applies to
CannotCreateValueGenerator(Object, Object)
Cannot create an instance of value generator type '{generatorType}'. Ensure that the type can be instantiated and has a parameterless constructor, or use the overload of '{method}' that accepts a delegate.
public static string CannotCreateValueGenerator (object? generatorType, object? method);
static member CannotCreateValueGenerator : obj * obj -> string
Public Shared Function CannotCreateValueGenerator (generatorType As Object, method As Object) As String
Parameters
- generatorType
- Object
- method
- Object
Returns
Applies to
Entity Framework