EasyObjects.NET Programmers Reference

SchemaItem Constructor

Initializes a new instance of the SchemaItem with meta data from the table

Overload List

Initializes a new instance of the SchemaItem with meta data from the table

public SchemaItem(string,DbType);

Initializes a new instance of the SchemaItem with meta data from the table

public SchemaItem(string,DbType,SchemaItemJustify,int);

Initializes a new instance of the SchemaItem with meta data from the table

public SchemaItem(string,DbType,SchemaItemJustify,int,bool,bool,bool);

Initializes a new instance of the SchemaItem with meta data from the table

public SchemaItem(string,DbType,SchemaItemJustify,int,bool,bool,bool,bool);

Initializes a new instance of the SchemaItem with meta data from the table

public SchemaItem(string,DbType,bool);

Initializes a new instance of the SchemaItem with meta data from the table

public SchemaItem(string,DbType,bool,bool,bool,bool,bool);

Initializes a new instance of the SchemaItem with meta data from the table

public SchemaItem(string,DbType,bool,bool,bool,bool,bool,bool);

Initializes a new instance of the SchemaItem with meta data from the table

public SchemaItem(string,DbType,int,bool,bool,bool,bool,bool);

See Also

SchemaItem Class | NCI.EasyObjects Namespace