Alias class

namespace: Serenity.Data   assemblySerenity.Net.Data

Used to define aliases like (T0).

public class Alias : IAlias

Public Members

name description
Alias(…) Initializes a new instance of the Alias class. (4 constructors)
static readonly T0 Static t0 alias
static readonly T1 Static t1 alias
static readonly T2 Static t2 alias
static readonly T3 Static t3 alias
static readonly T4 Static t4 alias
static readonly T5 Static t5 alias
static readonly T6 Static t6 alias
static readonly T7 Static t7 alias
static readonly T8 Static t8 alias
static readonly T9 Static t9 alias
Item { get; } Gets the prefixed expression with the specified field name. (2 indexers)
Name { get; } Gets the name.
NameDot { get; } Gets the name dot.
Table { get; } Gets the table.
_(…) Gets a criteria containing prefixed field. Only here for backward compatibility. (2 methods)
operator + Gets a criteria containing prefixed field. Only here for backward compatibility. (2 operators)

See Also