Table of Contents

Class NamedAttribute

Namespace
DuckDB.NET.Data
Assembly
DuckDB.NET.Data.dll
[AttributeUsage(AttributeTargets.Parameter)]
public class NamedAttribute : Attribute
Inheritance
NamedAttribute
Inherited Members

Constructors

NamedAttribute()

public NamedAttribute()

NamedAttribute(string)

public NamedAttribute(string name)

Parameters

name string

Properties

Name

public string? Name { get; }

Property Value

string