MetaDataMember.MappedName Property

Definition

When overridden in a derived class, gets the name of the column (or constraint) in the database.

public:
 abstract property System::String ^ MappedName { System::String ^ get(); };
public abstract string MappedName { get; }
member this.MappedName : string
Public MustOverride ReadOnly Property MappedName As String

Property Value

The name of the column (or constraint) as a string.

Applies to