Show / Hide Table of Contents

Class DBSheetDefTable

DataTable Class for filling DBSheetCols DataGridView

Inheritance
System.Object
System.ComponentModel.MarshalByValueComponent
System.Data.DataTable
DBSheetDefTable
Namespace: DBaddin
Assembly: DBaddin.dll
Syntax
public class DBSheetDefTable : DataTable, IComponent, IDisposable, IServiceProvider, IListSource, ISupportInitializeNotification, ISupportInitialize, ISerializable, IXmlSerializable

Constructors

| Improve this Doc View Source

DBSheetDefTable()

Declaration
public DBSheetDefTable()

Properties

| Improve this Doc View Source

Item[Int32]

Declaration
public DBSheetDefRow this[int idx] { get; }
Parameters
Name Description
idx
Property Value
Description

Methods

| Improve this Doc View Source

Add(DBSheetDefRow)

Declaration
public void Add(DBSheetDefRow row)
Parameters
Name Description
row
| Improve this Doc View Source

GetNewRow()

Declaration
public DBSheetDefRow GetNewRow()
Returns
Description
| Improve this Doc View Source

GetRowType()

Declaration
protected override Type GetRowType()
Returns
Description
Overrides
System.Data.DataTable.GetRowType()
| Improve this Doc View Source

NewRowFromBuilder(DataRowBuilder)

Declaration
protected override DataRow NewRowFromBuilder(DataRowBuilder builder)
Parameters
Name Description
builder
Returns
Description
Overrides
System.Data.DataTable.NewRowFromBuilder(System.Data.DataRowBuilder)
| Improve this Doc View Source

Remove(DBSheetDefRow)

Declaration
public void Remove(DBSheetDefRow row)
Parameters
Name Description
row
  • Improve this Doc
  • View Source
Back to top Generated by DocFX