| C# |
|---|
| public class DataCommon |
| DataColumnClone | Clones a DataColumn object. |
| GetColumns | Get a DataColumn collection from the specified ColumnName values. |
| GetConnectionType | Retrieves the database connection DatabaseType value. |
| GetDbDate | Converts the date string to a DateTime value. |
| GetDbDateString | Formats the DateTime value to a date string in database format. |
| GetDbDateTime | Converts the date string to a DateTime value. |
| GetDbDateTimeString | Formats the DateTime value to a date/time string in database format. |
| GetMinDateTime | Get the minimum date/time value. |
| GetMinUIDateTimeString | Get the minimum date/time string formatted for display. |
| GetUIDateString | Format the date value for display. |
| GetUIDateTimeString | Format the date/time value for display. |
| GetUITimeString | Format the date/time to time for display. |
| SetTableMapping | Sets the data adapter table mappings. |
| SetTableMappingMySql | Sets the data adapter table mappings. |