Deveel.Data.Sql.Statements.AlterTableAction.PrepareStatement C# (CSharp) 메소드

PrepareStatement() 보호된 메소드

protected PrepareStatement ( IRequest context ) : AlterTableAction
context IRequest
리턴 AlterTableAction
        protected virtual AlterTableAction PrepareStatement(IRequest context)
        {
            return this;
        }