Public Property Get ColumnNameOrEmpty (
ColumnSchema As xf_DbSchema_Column
) As String
If the passed column schema is nothing, return an empty string, otherwise return the column name
The column schema (may be Nothing)
Dim s As String
s = xf.DefaultSchema.TableSchema("tblSample").ColumnNameOrEmpty(ColumnSchema)