Class MsAccessColumnSchema
Table's column schema for Microsoft Access.
Inheritance
System.Object
MsAccessColumnSchema
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
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
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()