RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

TableDefinitionBase..::..IsAdvancedFind Property

Gets a value indicating whether this instance is advanced find.

Namespace:  RingSoft.DbLookup.ModelDefinition
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public bool IsAdvancedFind { get; set; }
Public Property IsAdvancedFind As Boolean
	Get
	Set
public:
property bool^ IsAdvancedFind {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if this instance is advanced find; otherwise, false.