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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.