DbExpressions.DbBatchExpression.DbBatchExpression C# (CSharp) Method

DbBatchExpression() private method

Initializes a new instance of the DbBatchExpression class.
private DbBatchExpression ( ) : System.Collections.Generic
return System.Collections.Generic
        internal DbBatchExpression()
        {
        }

Same methods

DbBatchExpression::DbBatchExpression ( IEnumerable dbExpressions ) : System.Collections.Generic
DbBatchExpression