The DBExtensions type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() ![]() | AddColumnForFixedValue |
Add Column for fixed value(update user name, updated flag, and so on).
|
![]() ![]() | AddColumnForTimeStamp(DataTable, String) | |
![]() ![]() | AddColumnForTimeStamp(DataTable, String, String) | |
![]() ![]() | AddPropertyForIgnore |
Add Ignore Property To DataColumn(for importTable etc). If it is set, value of this column is ignored. |
![]() ![]() | AddPropertyForTimeStamp(DataColumn) | |
![]() ![]() | AddPropertyForTimeStamp(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") |
![]() ![]() | AddPropertyForUseDefault |
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. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() ![]() | GetDecimalOrDefault | |
![]() | GetHashCode | (Inherited from Object.) |
![]() ![]() | GetIntegerOrDefault | |
![]() ![]() | GetStringOrDefault | |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() ![]() | RowInfos | |
![]() | ToString | (Inherited from Object.) |
See Also