Interface
IDataColumn

Definition

Namespace:Telerik.OpenAccess.Data

Assembly:Telerik.OpenAccess.dll

Syntax:

cs-api-definition
public interface IDataColumn

Derived Classes: MetaColumnMetaResultSetColumnMetaStoredProcedureParameterMetaUDT

Properties

AssemblyQualifiedName

Declaration

cs-api-definition
string AssemblyQualifiedName { get; }

Property Value

string

IsBackendCalculated

Declaration

cs-api-definition
bool IsBackendCalculated { get; }

Property Value

bool

IsNullable

Declaration

cs-api-definition
bool? IsNullable { get; }

Property Value

bool?

IsPrimaryKey

Declaration

cs-api-definition
bool IsPrimaryKey { get; }

Property Value

bool

ResolvedLength

Declaration

cs-api-definition
int? ResolvedLength { get; }

Property Value

int?

ResolvedScale

Declaration

cs-api-definition
int? ResolvedScale { get; }

Property Value

int?

ResolvedSqlType

Declaration

cs-api-definition
string ResolvedSqlType { get; }

Property Value

string

UDTName

Declaration

cs-api-definition
string UDTName { get; }

Property Value

string