When implemented by a class, gets the string format used to delimit fieldnames for the database.
the string format used to delimit fieldnames for the database.
// SQL Server delimits fieldnames with square brackets []
protected override char ParameterToken
{
get { return "[{0}]"; }
}
DynamicQuery Class | NCI.EasyObjects Namespace