DBExtensions AddColumnForFixedValue Method DataBaseExecutors
Add Column for fixed value(update user name, updated flag, and so on).

Namespace: DataBaseExecutors
Assembly: DataBaseExecutors (in DataBaseExecutors.dll) Version: 1.0.1.3 (1.0.1.3)
Syntax

public static DataTable AddColumnForFixedValue(
	this DataTable table,
	string columnName,
	Object value
)

Parameters

table
Type: System.Data DataTable

[Missing <param name="table"/> documentation for "M:DataBaseExecutors.DBExtensions.AddColumnForFixedValue(System.Data.DataTable,System.String,System.Object)"]

columnName
Type: System String

[Missing <param name="columnName"/> documentation for "M:DataBaseExecutors.DBExtensions.AddColumnForFixedValue(System.Data.DataTable,System.String,System.Object)"]

value
Type: System Object

[Missing <param name="value"/> documentation for "M:DataBaseExecutors.DBExtensions.AddColumnForFixedValue(System.Data.DataTable,System.String,System.Object)"]

Return Value

Type: DataTable

[Missing <returns> documentation for "M:DataBaseExecutors.DBExtensions.AddColumnForFixedValue(System.Data.DataTable,System.String,System.Object)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type DataTable. When you use instance method syntax to call this method, omit the first parameter. For more information, see OnlineExtension Methods (Visual Basic) or OnlineExtension Methods (C# Programming Guide).
Remarks

See Also