Table of Contents

Class EfContextRef

Namespace
Ando.References
Assembly
ando.dll

Represents a reference to an Entity Framework DbContext within a project. Used with EfOperations for database migration and schema management.

public class EfContextRef
Inheritance
EfContextRef
Inherited Members

Properties

ContextName

The DbContext class name. "default" indicates a single-context project where the class name is inferred.

public string ContextName { get; }

Property Value

string

Project

The project containing the DbContext.

public ProjectRef Project { get; }

Property Value

ProjectRef

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.