DBExtensions MethodsDataBaseExecutors
The DBExtensions type exposes the following members.
Methods

  NameDescription
Public methodStatic memberAddColumnForFixedValue
Add Column for fixed value(update user name, updated flag, and so on).
Public methodStatic memberAddColumnForTimeStamp(DataTable, String)
Public methodStatic memberAddColumnForTimeStamp(DataTable, String, String)
Public methodStatic memberAddPropertyForIgnore
Add Ignore Property To DataColumn(for importTable etc).
If it is set, value of this column is ignored.
Public methodStatic memberAddPropertyForTimeStamp(DataColumn)
Public methodStatic memberAddPropertyForTimeStamp(DataColumn, String)
Add TimeStamp Property To DataColumn(for importTable etc)
'value is set from DateTime.Now, and ToString by format if it is set.
column.AddPropertyOfTimeStamp(String.Empty)
column.AddPropertyOfTimeStamp("yyyy/MM/dd")
Public methodStatic memberAddPropertyForUseDefault
Add UseDefault Property To DataColumn(for importTable etc).
If it is set, value of this column in row is ignored when inset(use table default setting), but used when update.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberGetDecimalOrDefault
Public methodGetHashCode (Inherited from Object.)
Public methodStatic memberGetIntegerOrDefault
Public methodStatic memberGetStringOrDefault
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberRowInfos
Public methodToString (Inherited from Object.)
Back to Top
See Also