When implemented by a class, gets the string format used to delimit aliases for the database.
the string format used to delimit aliases for the database.
// SQL Server delimits aliases with single quotes ' '.
protected override string AliasFormat
{
get { return "'{0}'"; }
}
DynamicQuery Class | NCI.EasyObjects Namespace