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
-
objectWrapperAttribute
- Implements
- Inherited Members
- Extension Methods
Constructors
WrapperAttribute()
public WrapperAttribute()
WrapperAttribute(string)
public WrapperAttribute(string typeName)
Parameters
typeNamestring
Properties
TypeName
public string? TypeName { get; }