Intersoft WebCombo Documentation
BaseFieldName Property
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > WebComboColumn Class : BaseFieldName Property






Returns or sets the base field name of the column. You should never set this property manually as it's populated automatically on DataBind

Returns or sets the base field name of the column. You should never set this property manually as it's populated automatically on WebCombo.DataBind

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Returns or sets the base field name of the column.")>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ISNet.WebUI.WebCombo.FieldTypeEditor, ISNet.WebUI.WebCombo, Version=5.0.7200.1, Culture=neutral, PublicKeyToken=c4184ef0d326354b")>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
Public Property BaseFieldName As String
Visual Basic (Usage)Copy Code
Dim instance As WebComboColumn
Dim value As String
 
instance.BaseFieldName = value
 
value = instance.BaseFieldName
C# 
[DescriptionAttribute("Returns or sets the base field name of the column.")]
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ISNet.WebUI.WebCombo.FieldTypeEditor, ISNet.WebUI.WebCombo, Version=5.0.7200.1, Culture=neutral, PublicKeyToken=c4184ef0d326354b")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public string BaseFieldName {get; set;}
Delphi 
public read-write property BaseFieldName: String; 
JScript 
DescriptionAttribute("Returns or sets the base field name of the column.")
EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ISNet.WebUI.WebCombo.FieldTypeEditor, ISNet.WebUI.WebCombo, Version=5.0.7200.1, Culture=neutral, PublicKeyToken=c4184ef0d326354b")
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
DefaultValueAttribute()
public function get,set BaseFieldName : String
Managed Extensions for C++ 
[DescriptionAttribute("Returns or sets the base field name of the column.")]
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ISNet.WebUI.WebCombo.FieldTypeEditor, ISNet.WebUI.WebCombo, Version=5.0.7200.1, Culture=neutral, PublicKeyToken=c4184ef0d326354b")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public: __property string* get_BaseFieldName();
public: __property void set_BaseFieldName( 
   string* value
);
C++/CLI 
[DescriptionAttribute("Returns or sets the base field name of the column.")]
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ISNet.WebUI.WebCombo.FieldTypeEditor, ISNet.WebUI.WebCombo, Version=5.0.7200.1, Culture=neutral, PublicKeyToken=c4184ef0d326354b")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public:
property String^ BaseFieldName {
   String^ get();
   void set (    String^ value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.