C# 클래스 DbExpressions.DbTranslateResult

Represents the result of translating a DbExpression tree.
파일 보기 프로젝트 열기: seesharper/DbExpressions 1 사용 예제들

공개 메소드들

메소드 설명
CreateCommand ( ) : IDbCommand

Creates a new IDbCommand instance based on this DbTranslateResult.

비공개 메소드들

메소드 설명
DbTranslateResult ( string sql, IEnumerable parameters, System.Data.Common.DbProviderFactory dbProviderFactory ) : System.Collections.Generic

Initializes a new instance of the DbTranslateResult class.

메소드 상세

CreateCommand() 공개 메소드

Creates a new IDbCommand instance based on this DbTranslateResult.
public CreateCommand ( ) : IDbCommand
리턴 IDbCommand