Show / Hide Table of Contents

    Class MsAccessColumnSchema

    Table's column schema for Microsoft Access.

    Inheritance
    System.Object
    ColumnSchema
    MsAccessColumnSchema
    Inherited Members
    ColumnSchema.DefaultDefaultValue
    ColumnSchema.DefaultAllowNull
    ColumnSchema.DefaultSize
    ColumnSchema.Table
    ColumnSchema.Name
    ColumnSchema.FullName
    ColumnSchema.AllowNull
    ColumnSchema.DefaultValue
    ColumnSchema.Size
    ColumnSchema.ToStringDefaultValue()
    Namespace: Kros.Data.Schema.MsAccess
    Assembly: Kros.Utils.MsAccess.dll
    Syntax
    public class MsAccessColumnSchema : ColumnSchema

    Constructors

    MsAccessColumnSchema(String)

    Declaration
    public MsAccessColumnSchema(string name)
    Parameters
    Type Name Description
    System.String name

    MsAccessColumnSchema(String, Boolean)

    Declaration
    public MsAccessColumnSchema(string name, bool allowNull)
    Parameters
    Type Name Description
    System.String name
    System.Boolean allowNull

    MsAccessColumnSchema(String, Boolean, Object)

    Declaration
    public MsAccessColumnSchema(string name, bool allowNull, object defaultValue)
    Parameters
    Type Name Description
    System.String name
    System.Boolean allowNull
    System.Object defaultValue

    MsAccessColumnSchema(String, Boolean, Object, Int32)

    Declaration
    public MsAccessColumnSchema(string name, bool allowNull, object defaultValue, int size)
    Parameters
    Type Name Description
    System.String name
    System.Boolean allowNull
    System.Object defaultValue
    System.Int32 size

    Properties

    OleDbType

    Data type of the column.

    Declaration
    public OleDbType OleDbType { get; set; }
    Property Value
    Type Description
    System.Data.OleDb.OleDbType

    Methods

    SetParameterDbType(IDataParameter)

    Declaration
    public override void SetParameterDbType(IDataParameter param)
    Parameters
    Type Name Description
    System.Data.IDataParameter param
    Overrides
    ColumnSchema.SetParameterDbType(IDataParameter)
    Exceptions
    Type Condition
    System.ArgumentException

    Hodnota param nie je typu System.Data.OleDb.OleDbParameter.

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()
    Back to top KROS a.s.