Catnap.DbCommandFactory.Create C# (CSharp) 메소드

Create() 공개 메소드

public Create ( IDbCommandSpec commandSpec ) : IDbCommand
commandSpec IDbCommandSpec
리턴 IDbCommand
        public virtual IDbCommand Create(IDbCommandSpec commandSpec)
        {
            return Create(commandSpec.Parameters, commandSpec.CommandText);
        }

Same methods

DbCommandFactory::Create ( IEnumerable parameters, string sql ) : IDbCommand