Class EntrySelectTable
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
- fieldNamestring
- Field Name. 
Properties
AllowUnassigned
Enable or Disable the Unassigned option.
public bool AllowUnassigned { get; set; }Property Value
SearchSql
Gets or sets a SQL filter.
public string SearchSql { get; set; }