IModelEntity.Model Property

Gets the model reference.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
ReadOnly Property Model As ModelStore
ModelStore Model { get; }
property ModelStore^ Model {
    ModelStore^ get ();
}
abstract Model : ModelStore
function get Model () : ModelStore

Property Value

Type: Microsoft.Data.Schema.SchemaModel.ModelStore
Returns a ModelStore.

.NET Framework Security

See Also

Reference

IModelEntity Interface

Microsoft.Data.Schema.SchemaModel Namespace