Class WrapperAttribute
- Namespace
 - LinqToDB.Expressions
 
- Assembly
 - linq2db.dll
 
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Enum|AttributeTargets.Interface|AttributeTargets.Delegate)]
public class WrapperAttribute : Attribute
  - Inheritance
 - 
      
      
      WrapperAttribute
 
- Inherited Members
 
- Extension Methods
 
Constructors
WrapperAttribute()
public WrapperAttribute()
  WrapperAttribute(string)
public WrapperAttribute(string typeName)
  Parameters
typeNamestring
Properties
TypeName
public string? TypeName { get; }