| SQLUpdaterAddColumnPerSchema Method  | 
  
    Namespace: 
   NetQuarry
    Assembly:
   EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
 Syntax
Syntaxpublic bool AddColumnPerSchema(
	string name,
	Object val,
	SQLColumnFlags flags
)
Public Function AddColumnPerSchema ( 
	name As String,
	val As Object,
	flags As SQLColumnFlags
) As Boolean
Parameters
- name
- Type: SystemString
 The column name.
- val
- Type: SystemObject
 The column's value.
- flags
- Type: NetQuarrySQLColumnFlags
 Flags specifying additional information about the column or how it is to be added.
Return Value
Type: 
BooleanTrue if the columns was added, else false (indicating that the column was not found in the table's schema).
 See Also
See Also