Class TableAttribute
Inherited Members
Namespace: Telerik.OpenAccess
Assembly: Telerik.OpenAccess.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public class TableAttribute : BackendSpecificAttribute
Constructors
TableAttribute()
Declaration
public TableAttribute()
TableAttribute(String)
Declaration
public TableAttribute(string name)
Parameters
System.
|
TableAttribute(String, Backend)
Declaration
public TableAttribute(string name, Backend backendType)
Parameters
System.
|
Backend
backendType
|
Properties
DiscriminatorColumn
Declaration
public string DiscriminatorColumn { get; set; }
Property Value
System.
|
Name
Declaration
[ConstructorArgument]
public string Name { get; set; }
Property Value
System.
|
SchemaName
Declaration
public string SchemaName { get; set; }
Property Value
System.
|
UpdateSchema
Declaration
public bool UpdateSchema { get; set; }
Property Value
System.
|