'Declaration Public Overloads Function Add( _ ByVal name As String, _ ByVal quote As Boolean _ ) As SelectColumn
public SelectColumn Add( string name, bool quote )
Parameters
- name
- The name of the column that the SelectColumn object should represent.
- quote
- Specifies whether the column name should be quoted.
Return Value
The SelectColumn object created.