CoreStrings.BackingFieldOnIndexer(Object, Object, Object) 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.
Cannot set backing field '{field}' for the indexer property '{entityType}.{property}'. Ensure no backing fields are specified for indexer properties.
public static string BackingFieldOnIndexer (object field, object entityType, object property);
public static string BackingFieldOnIndexer (object? field, object? entityType, object? property);
static member BackingFieldOnIndexer : obj * obj * obj -> string
Public Shared Function BackingFieldOnIndexer (field As Object, entityType As Object, property As Object) As String
Parameters
- field
- Object
- entityType
- Object
- property
- Object
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework