Class JoinedColumn
Represents joined column from joined table.
Inheritance
System.Object
JoinedColumn
Namespace: Mediachase.BusinessFoundation.Data.Sql.Management
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0Syntax
public class JoinedColumn : Object
Constructors
JoinedColumn()
Initializes a new instance of the JoinedColumn class.
Declaration
public JoinedColumn()
JoinedColumn(String, String)
Initializes a new instance of the JoinedColumn class.
Declaration
public JoinedColumn(string name, string alias)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name. |
System.String | alias | The alias. |
Properties
Alias
Gets the alias.
Declaration
public string Alias { get; set; }
Property Value
Type | Description |
---|---|
System.String | The alias. |
Name
Gets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |