Class StandardSystemWrapperDataSetNamesAttribute
An attrbute that lists the names of auto-generated sqlwrapper or datasets
This is used in import routines to allow importing of this item regardless of version number, and to ensure importing doesn't overwrite system generated info (such as the sql)
Inherited Members
Namespace: LemonEdge.API.Core.DataIntegration
Assembly: LemonEdge.API.dll
Syntax
public class StandardSystemWrapperDataSetNamesAttribute : Attribute
Constructors
StandardSystemWrapperDataSetNamesAttribute(params string[])
Declaration
public StandardSystemWrapperDataSetNamesAttribute(params string[] names)
Parameters
Type | Name | Description |
---|---|---|
string[] | names |
Properties
Names
Declaration
public string[] Names { get; init; }
Property Value
Type | Description |
---|---|
string[] |