BackingFieldAttribute(String) Constructor

Definition

Initializes a new instance of the BackingFieldAttribute class.

public BackingFieldAttribute (string name);
new Microsoft.EntityFrameworkCore.BackingFieldAttribute : string -> Microsoft.EntityFrameworkCore.BackingFieldAttribute
Public Sub New (name As String)

Parameters

name
String

The name of the backing field.

Applies to