Interface ITableLike
Temporary table
Inherited Members
Namespace: XData.DataSource.Structure
Assembly: XData.docfx.dll
Syntax
public interface ITableLike : IDataSource, ICloneable
Properties
| Improve this Doc View SourceFields
Fields
Declaration
SortedSet<IField> Fields { get; }
Property Value
Type | Description |
---|---|
SortedSet<IField> |
Name
Table name
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
String |