Interface ITable<T>
Table-like queryable source, e.g. table, view or table-valued function.
Inherited Members
Namespace: LinqToDB
Assembly: linq2db.dll
Syntax
public interface ITable<out T> : IExpressionQuery<T>, IQueryProviderAsync, IExpressionQuery
Type Parameters
Name | Description |
---|---|
T | Record mapping type. |
Properties
| Improve this Doc View SourceDatabaseName
Declaration
string? DatabaseName { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.String> |
SchemaName
Declaration
string? SchemaName { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.String> |
ServerName
Declaration
string? ServerName { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.String> |
TableID
Declaration
string? TableID { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.String> |
TableName
Declaration
string TableName { get; }
Property Value
Type | Description |
---|---|
System.String |
TableOptions
Declaration
TableOptions TableOptions { get; }
Property Value
Type | Description |
---|---|
TableOptions |