C# 클래스 FdoToolbox.Core.Utility.ExpressionUtility

Helper class for FDO Expressions
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox

공개 메소드들

메소드 설명
ParseExpressionType ( string exprStr, FdoConnection conn ) : FdoPropertyType?

Parses the type of the expression.

메소드 상세

ParseExpressionType() 공개 정적인 메소드

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.
리턴 FdoPropertyType?