Class ColumnAttribute
Inherited Members
Namespace: Telerik.OpenAccess
Assembly: Telerik.OpenAccess.dll
Syntax
[AttributeUsage(AttributeTargets.Property, AllowMultiple = true)]
public sealed class ColumnAttribute : BackendSpecificAttribute
Constructors
ColumnAttribute()
Declaration
public ColumnAttribute()
ColumnAttribute(String)
Declaration
public ColumnAttribute(string name)
Parameters
System.
|
ColumnAttribute(String, Backend)
Declaration
public ColumnAttribute(string name, Backend backendType)
Parameters
System.
|
Backend
backendType
|
Properties
Check
Converter
Declaration
public string Converter { get; set; }
Property Value
System.
|
DataAccessKind
Expression
Declaration
public string Expression { get; set; }
Property Value
System.
|
IsBackendCalculated
Declaration
public bool IsBackendCalculated { get; set; }
Property Value
System.
|
IsBackendVersion
Declaration
public bool IsBackendVersion { get; set; }
Property Value
System.
|
IsNullable
Declaration
public bool IsNullable { get; set; }
Property Value
System.
|
IsPrimaryKey
Declaration
public bool IsPrimaryKey { get; set; }
Property Value
System.
|
IsVersion
Declaration
public bool IsVersion { get; set; }
Property Value
System.
|
Length
Declaration
public int Length { get; set; }
Property Value
System.
|
Name
Declaration
[ConstructorArgument]
public string Name { get; }
Property Value
System.
|
OpenAccessType
Scale
Declaration
public int Scale { get; set; }
Property Value
System.
|
SqlType
Declaration
public string SqlType { get; set; }
Property Value
System.
|