IModelAnnotation.IsAttachedToStore Property
Gets whether this annotation is attached to the model store.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
ReadOnly Property IsAttachedToStore As Boolean
bool IsAttachedToStore { get; }
property bool IsAttachedToStore {
bool get ();
}
abstract IsAttachedToStore : bool
function get IsAttachedToStore () : boolean
Property Value
Type: System.Boolean
true if this annotation is attached to the model store; otherwise, false.
.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.