C# Class FdoToolbox.Core.Utility.ExpressionUtility

Helper class for FDO Expressions
Exibir arquivo Open project: jumpinjackie/fdotoolbox

Public Methods

Method Description
ParseExpressionType ( string exprStr, FdoConnection conn ) : FdoPropertyType?

Parses the type of the expression.

Method Details

ParseExpressionType() public static method

Parses the type of the expression.
public static ParseExpressionType ( string exprStr, FdoConnection conn ) : FdoPropertyType?
exprStr string The expr STR.
conn FdoToolbox.Core.Feature.FdoConnection The conn.
return FdoPropertyType?