'Declaration
<C1CategoryAttribute("Data")> <C1DescriptionAttribute("BindingInfo.DataMember", "Gets or sets a name of a specific record set within the DataSource.")> <EditorAttribute("System.Windows.Forms.Design.DataMemberFieldEditor, System.Design", System.Drawing.Design.UITypeEditor)> <DefaultValueAttribute("")> Public Property DataMember As String
[C1Category("Data")] [C1Description("BindingInfo.DataMember", "Gets or sets a name of a specific record set within the DataSource.")] [Editor("System.Windows.Forms.Design.DataMemberFieldEditor, System.Design", System.Drawing.Design.UITypeEditor)] [DefaultValue("")] public string DataMember {get; set;}