IModelEntity Interface
Represents an entity linked to a ModelStore.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Interface IModelEntity
public interface IModelEntity
public interface class IModelEntity
type IModelEntity = interface end
public interface IModelEntity
The IModelEntity type exposes the following members.
Properties
Name | Description | |
---|---|---|
Model | Gets the model reference. |
Top