Table of Contents

Class WrapperAttribute

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

Constructors

WrapperAttribute()

public WrapperAttribute()

WrapperAttribute(string)

public WrapperAttribute(string typeName)

Parameters

typeName string

Properties

TypeName

public string? TypeName { get; }

Property Value

string