Class WellKnownTypes.LinqToDB
public static class WellKnownTypes.LinqToDB
- Inheritance
-
WellKnownTypes.LinqToDB
Properties
AsyncExtensions
AsyncExtensions type descriptor.
public static IType AsyncExtensions { get; }
Property Value
AsyncExtensions_FirstOrDefaultAsync
FirstOrDefaultAsync<TSource>(IQueryable<TSource>, Expression<Func<TSource, bool>>, CancellationToken) method reference.
public static CodeIdentifier AsyncExtensions_FirstOrDefaultAsync { get; }
Property Value
AsyncExtensions_ToListAsync
ToListAsync<TSource>(IQueryable<TSource>, CancellationToken) method reference.
public static CodeIdentifier AsyncExtensions_ToListAsync { get; }
Property Value
DataExtensions
DataExtensions type descriptor.
public static IType DataExtensions { get; }
Property Value
DataExtensions_GetTable
DataExtensions.GetTable method reference.
public static CodeIdentifier DataExtensions_GetTable { get; }
Property Value
DataType
DataType type descriptor.
public static IType DataType { get; }
Property Value
IDataContext
IDataContext type descriptor.
public static IType IDataContext { get; }
Property Value
IDataContext_MappingSchema
MappingSchema property reference.
public static CodeReference IDataContext_MappingSchema { get; }
Property Value
ITableT
ITable<T> open generic type descriptor.
public static IType ITableT { get; }
Property Value
SqlFunctionAttribute
Sql.FunctionAttribute type descriptor.
public static IType SqlFunctionAttribute { get; }
Property Value
SqlTableFunctionAttribute
Sql.TableFunctionAttribute type descriptor.
public static IType SqlTableFunctionAttribute { get; }
Property Value
Sql_ExpressionAttribute_ArgIndices
ArgIndices property reference.
public static CodeReference Sql_ExpressionAttribute_ArgIndices { get; }
Property Value
Sql_ExpressionAttribute_CanBeNull
CanBeNull property reference.
public static CodeReference Sql_ExpressionAttribute_CanBeNull { get; }
Property Value
Sql_ExpressionAttribute_InlineParameters
InlineParameters property reference.
public static CodeReference Sql_ExpressionAttribute_InlineParameters { get; }
Property Value
Sql_ExpressionAttribute_IsAggregate
IsAggregate property reference.
public static CodeReference Sql_ExpressionAttribute_IsAggregate { get; }
Property Value
Sql_ExpressionAttribute_IsNullable
IsNullable property reference.
public static CodeReference Sql_ExpressionAttribute_IsNullable { get; }
Property Value
Sql_ExpressionAttribute_IsPredicate
IsPredicate property reference.
public static CodeReference Sql_ExpressionAttribute_IsPredicate { get; }
Property Value
Sql_ExpressionAttribute_IsPure
IsPure property reference.
public static CodeReference Sql_ExpressionAttribute_IsPure { get; }
Property Value
Sql_ExpressionAttribute_IsWindowFunction
IsWindowFunction property reference.
public static CodeReference Sql_ExpressionAttribute_IsWindowFunction { get; }
Property Value
Sql_ExpressionAttribute_PreferServerSide
PreferServerSide property reference.
public static CodeReference Sql_ExpressionAttribute_PreferServerSide { get; }
Property Value
Sql_ExpressionAttribute_ServerSideOnly
ServerSideOnly property reference.
public static CodeReference Sql_ExpressionAttribute_ServerSideOnly { get; }
Property Value
Sql_TableFunctionAttribute_ArgIndices
ArgIndices property reference.
public static CodeReference Sql_TableFunctionAttribute_ArgIndices { get; }
Property Value
Sql_TableFunctionAttribute_Database
Database property reference.
public static CodeReference Sql_TableFunctionAttribute_Database { get; }
Property Value
Sql_TableFunctionAttribute_Package
Package property reference.
public static CodeReference Sql_TableFunctionAttribute_Package { get; }
Property Value
Sql_TableFunctionAttribute_Schema
Schema property reference.
public static CodeReference Sql_TableFunctionAttribute_Schema { get; }
Property Value
Sql_TableFunctionAttribute_Server
Server property reference.
public static CodeReference Sql_TableFunctionAttribute_Server { get; }
Property Value
Methods
ITable(IType)
Returns ITable<T> type descriptor.
public static IType ITable(IType tableType)
Parameters
tableType
ITypeRecord type.
Returns
- IType
Type descriptor.