C# 클래스 Remotion.Linq.SqlBackend.SqlPreparation.MethodCallTransformers.ConcatMethodCallTransformer

Implements the IMethodCallTransformer interface for the string.Concat(string, string) overloads.
Calls to those methods are represented as simple Expression.Equal(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,bool,System.Reflection.MethodInfo) expressions that refer to the string.Concat(string,string) method. Arguments that are not of static type string are converted to the nvarchar data type via SqlConvertExpression.
상속: IMethodCallTransformer
파일 보기 프로젝트 열기: re-motion/Relinq-SqlBackend 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SupportedMethods System.Reflection.MethodInfo[]

공개 메소드들

메소드 설명
Transform ( MethodCallExpression methodCallExpression ) : Expression

비공개 메소드들

메소드 설명
GetConcatenatedItems ( MethodCallExpression methodCallExpression ) : IEnumerable

메소드 상세

Transform() 공개 메소드

public Transform ( MethodCallExpression methodCallExpression ) : Expression
methodCallExpression System.Linq.Expressions.MethodCallExpression
리턴 System.Linq.Expressions.Expression

프로퍼티 상세

SupportedMethods 공개적으로 정적으로 프로퍼티

public static MethodInfo[],System.Reflection SupportedMethods
리턴 System.Reflection.MethodInfo[]