See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Get or set the binding path from the data source on the target control that will be used to select the entity to delete.

Namespace: NTier.Actions
Assembly: NTier.Actions (in NTier.Actions.dll) Version: 1.0.0.0

Syntax

C#
public string BindingPath { get; set; }
Visual Basic
Public Property BindingPath As String
	Get
	Set
Visual C++
public:
property String^ BindingPath {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: String

See Also