Table of Contents

Class WrapperAttribute

Namespace
LinqToDB.Expressions
Assembly
linq2db.dll
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Enum|AttributeTargets.Interface|AttributeTargets.Delegate)]
public class WrapperAttribute : Attribute, _Attribute
Inheritance
WrapperAttribute
Implements
Extension Methods

Constructors

WrapperAttribute()

public WrapperAttribute()

WrapperAttribute(string)

public WrapperAttribute(string typeName)

Parameters

typeName string

Properties

TypeName

public string? TypeName { get; }

Property Value

string