ContextProcessingResult Class
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.
Represents the result of obtaining EF metadata for a context and a model type.
public ref class ContextProcessingResult
public class ContextProcessingResult
type ContextProcessingResult = class
Public Class ContextProcessingResult
- Inheritance
-
ContextProcessingResult
Constructors
| ContextProcessingResult() |
Properties
| ContextProcessingStatus |
An enumeration representing what kind of processing was done for the given context name. |
| ModelMetadata |
EF metadata to be used for generating views / controller code. |