Table of Contents

Class EntrySelectTable

Namespace
Sage.CRM.Controls
Assembly
SageCRMNet.dll

Class to represent a Select Table Entry.

public class EntrySelectTable : EntrySelect
Inheritance
EntrySelectTable
Inherited Members

Constructors

EntrySelectTable(string)

Initializes a new instance of EntrySelectTable.

public EntrySelectTable(string fieldName)

Parameters

fieldName string

Field Name.

Properties

AllowUnassigned

Enable or Disable the Unassigned option.

public bool AllowUnassigned { get; set; }

Property Value

bool

SearchSql

Gets or sets a SQL filter.

public string SearchSql { get; set; }

Property Value

string