Class TableAttributeAttribute
Defines a table name for a class or interface.
Inheritance
TableAttributeAttribute
Namespace: BiExcellence.OpenBi.Api.Commands.TableAttributes
Assembly: BiExcellence.OpenBi.Api.TableAttribute.dll
Syntax
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Interface, AllowMultiple = false, Inherited = true)]
public sealed class TableAttributeAttribute : Attribute
Constructors
TableAttributeAttribute(string)
Initializes a new instance of the TableAttributeAttribute class.
Declaration
public TableAttributeAttribute(string tableName)
Parameters
Type | Name | Description |
---|---|---|
string | tableName | The table name. |
Properties
TableName
Gets the table name.
Declaration
public string TableName { get; }
Property Value
Type | Description |
---|---|
string |