Class
DbSchemaReader.SchemaReadEventArgs

Definition

Namespace:Telerik.OpenAccess.Runtime.Schema

Assembly:Telerik.OpenAccess.Runtime.dll

Syntax:

cs-api-definition
public class DbSchemaReader.SchemaReadEventArgs : EventArgs

Inheritance: objectEventArgsDbSchemaReader.SchemaReadEventArgs

Constructors

SchemaReadEventArgs(SchemaReadPhase, int, int)

Declaration

cs-api-definition
public SchemaReadEventArgs(DbSchemaReader.SchemaReadEventArgs.SchemaReadPhase phase, int counter, int maxvalue)

Parameters

phase

DbSchemaReader.SchemaReadEventArgs.SchemaReadPhase

counter

int

maxvalue

int

Properties

Cancel

Declaration

cs-api-definition
public bool Cancel { get; set; }

Property Value

bool

Counter

Declaration

cs-api-definition
public int Counter { get; set; }

Property Value

int

MaxValue

Declaration

cs-api-definition
public int MaxValue { get; set; }

Property Value

int

Phase

Declaration

cs-api-definition
public DbSchemaReader.SchemaReadEventArgs.SchemaReadPhase Phase { get; }

Property Value

DbSchemaReader.SchemaReadEventArgs.SchemaReadPhase