MoveTableOperation.IsSystem Property

 

Gets a value that indicates whether this is a system table.

Namespace:   System.Data.Entity.Migrations.Model
Assembly:  EntityFramework (in EntityFramework.dll)

public bool IsSystem {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	internal set;
}

Property Value

Type: System.Boolean

true if the table is a system table; otherwise, false.