Defines a constant column
Default constructor
public Void ConstantColumn()
Creates a new instance of ConstantColumn and initializes it.
public Void ConstantColumn(name, type, constant)
Name | Type | Summary |
---|---|---|
name | String | The name of the column. |
type | DbType | The type of the column. |
constant | Object | A constant value for the column. |
Type | Summary |
---|---|
ArgumentNullOrEmptyException | Thrown when name is null or empty. |
A constant value.
public Object Constant { get; set; }
In this document