ToolingFacade.LogWarningDelegate Property

 

Gets or sets an action to be run to log warnings.

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

public Action<string> LogWarningDelegate {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
}

Property Value

Type: System.Action<String>