Show / Hide Table of Contents

Interface IDbTable

Represents a database table.

Inherited Members
IDbSet.Kind
IDbSet.Model
IDbSet.DbSession
IDbSet.QueryStatement
IDbSet.FromClause
IDbSet.SequentialQueryStatement
IDbSet.ToDataSetAsync(CancellationToken)
Namespace: DevZest.Data
Assembly: DevZest.Data.dll
Syntax
public interface IDbTable : IDbSet

Properties

Name Description
Description

Gets the description of the database table.

DesignMode

Gets a value indicates whether this database table is in design mode.

Identifier

Gets the identifier of the database table.

Name

Gets the name of the database table.

Extension Methods

DbTableExtensions.BuildUpdateStatement(IDbTable, IDbTable, IReadOnlyList<ColumnMapping>, IReadOnlyList<ColumnMapping>)
DbTableExtensions.UpdateAsync(IDbTable, DbSelectStatement, CancellationToken)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest