CodeInsiders.SharpQL.StatementBase.StatementBase C# (CSharp) Метод

StatementBase() защищенный Метод

protected StatementBase ( SharpBatch batch ) : System
batch SharpBatch
Результат System
        protected StatementBase(SharpBatch batch)
        {
            if (batch == null) {
                throw new ArgumentNullException("batch");
            }
            this.Batch = batch;
        }