SqlComputeAttribute.SqlComputeAttribute(string expression, string alias) Constructor
.NET Standard 2.x
Initializes a new instance of the SqlComputeAttribute class.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
public SqlComputeAttribute(string expression, string alias)
Parameters
expression
System.String
A SQL expression which represents the computed column.
alias
System.String
The alias of the computed column.
Applies to
.NET Standard
2.x