Click or drag to resize

TaskDatabaseHelperGetTableColumnValue Method

Returns the SQL value of a column of a row for an INSERT statement (uses MyGetTableColumnValue if defined)

Namespace: Seal.Helpers
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public string GetTableColumnValue(
	DataRow row,
	DataColumn col,
	string dateTimeFormat
)

Parameters

row  DataRow
 
col  DataColumn
 
dateTimeFormat  String
 

Return Value

String
See Also