SqlUnionAttribute.SelectName Property
.NET Standard 2.x
Gets the name of the select list (SqlSelectAttribute.SelectName property) predefined in the model type specified for the UNION operator.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
public string SelectName { get; }
Property Value
System.String
The name of the select list (SqlSelectAttribute.SelectName property) predefined in the model type.
Applies to
.NET Standard
2.x